Merge pull request #319 from gliptak/patch-1

Bring Alpine to 3.12 in Dockerfile
This commit is contained in:
Alex Goodman 2020-09-26 00:02:11 -04:00 committed by GitHub
commit 3858fd2d68
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 | \