Skip to content

Commit

Permalink
Pin to Alpine 3.11 so upgrade doesnt try to delete /var/run πŸ“Œ
Browse files Browse the repository at this point in the history
We're not quite at the bottom of
#2738 but it seems like
alpine 3.12 is having this problem and 3.11 is not. 3.12 seems to be
still being updated which may be why we are seeing different behavior
across runs using 3.12; for now pinning to 3.11 should be a way to be
able to build our releases while we try to understand what's going on.
  • Loading branch information
bobcatfish committed Jun 4, 2020
1 parent 4f670ce commit 9e7743f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.11

RUN apk add --update git openssh-client \
&& apk update \
Expand Down

0 comments on commit 9e7743f

Please sign in to comment.