Skip to content

Commit

Permalink
pin to alpine:3
Browse files Browse the repository at this point in the history
concourse/concourse#6038

Signed-off-by: Bohan Chen <bochen@pivotal.io>
  • Loading branch information
chenbh committed Sep 18, 2020
1 parent 3c68b5f commit 5b9b8c0
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 5b9b8c0

Please sign in to comment.