summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@users.noreply.github.com>2020-09-26 00:03:01 -0400
committerGitHub <noreply@github.com>2020-09-26 00:03:01 -0400
commit7da7e2d1f17506d2fbeb62c1f6bdfc6f6dc6ca50 (patch)
tree61134f9210805e165d332a6c0b0af1c899de8791
parent3858fd2d6894487eba840d34d4d022035fc3bb27 (diff)
parent04ecad57d626aa5ad41d5a7f29b6aff6dc221a7b (diff)
Merge pull request #313 from MaxPeal/patch-1
update to alpine 3..12
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0f1b358..24056d8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
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 | \
+RUN wget -O- https://download.docker.com/linux/static/stable/$(uname -m)/docker-${DOCKER_CLI_VERSION}.tgz | \
tar -xzf - docker/docker --strip-component=1 && \
mv docker /usr/local/bin