Skip to content

Commit

Permalink
Merge pull request #334 from concourse/use-alpine-3
Browse files Browse the repository at this point in the history
pin to alpine:3
  • Loading branch information
scottietremendous authored Sep 21, 2020
2 parents 3c68b5f + 5b9b8c0 commit 966b31d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfiles/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM alpine:edge AS resource
# temporaily use alpine:3 since alpine:edge uses musl-1.2.1 which breaks
# docker for mac due to (lack of) ipv6 dns resolution
FROM alpine:3 AS resource

RUN apk --no-cache add \
bash \
Expand Down

0 comments on commit 966b31d

Please sign in to comment.