summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@users.noreply.github.com>2020-09-26 00:02:11 -0400
committerGitHub <noreply@github.com>2020-09-26 00:02:11 -0400
commit3858fd2d6894487eba840d34d4d022035fc3bb27 (patch)
tree78c6a178282f83506fb303b0bc18fa810d9473c6
parent2db716d1919f1bbde92dcedbe83f5a1a4fa09f72 (diff)
parent4961bb3eb47a61507f544b906ce06797f8ce84ea (diff)
Merge pull request #319 from gliptak/patch-1
Bring Alpine to 3.12 in Dockerfile
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f913cda..0f1b358 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 | \