We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75e2c8e + 06a8ab4 commit 788385fCopy full SHA for 788385f
Dockerfile
@@ -1,6 +1,6 @@
1
## Image name: faucet/base
2
3
-FROM alpine:3.8
+FROM alpine:3.9
4
RUN apk add --no-cache bash su-exec
5
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
6
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
Dockerfile.pi
## Image name: faucet/base-pi
-FROM multiarch/alpine:armhf-v3.8
+FROM multiarch/alpine:armhf-v3.9
0 commit comments