Bring Alpine to 3.12 in Dockerfile

This commit is contained in:
Gábor Lipták 2020-09-25 16:13:18 -04:00 committed by GitHub
parent 2db716d191
commit 4961bb3eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.12
ARG DOCKER_CLI_VERSION=${DOCKER_CLI_VERSION}
RUN wget -O- https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_CLI_VERSION}.tgz | \