Skip to content

Commit 788385f

Browse files
authored
Merge pull request #1 from gizmoguy/alpine-3.9
Upgrade to alpine 3.9.
2 parents 75e2c8e + 06a8ab4 commit 788385f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Image name: faucet/base
22

3-
FROM alpine:3.8
3+
FROM alpine:3.9
44
RUN apk add --no-cache bash su-exec
55
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
66
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

Dockerfile.pi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Image name: faucet/base-pi
22

3-
FROM multiarch/alpine:armhf-v3.8
3+
FROM multiarch/alpine:armhf-v3.9
44
RUN apk add --no-cache bash su-exec
55
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
66
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 commit comments

Comments
 (0)