Update to Alpine 3.11 and Starlark config

This commit is contained in:
2020-01-05 17:38:30 +00:00
parent 9657e8c188
commit 754ef911d5
3 changed files with 59 additions and 33 deletions

View File

@ -1,4 +1,4 @@
ARG ALPINE_TAG=3.10
ARG ALPINE_TAG=3.11
FROM alpine:$ALPINE_TAG