Skip to content

Commit

Permalink
Reverting to Alpine:3.13 for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
torognes committed Jun 22, 2021
1 parent 0dd5ab9 commit 6dbb6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.13
WORKDIR /opt/compairr
COPY Makefile .
COPY src ./src
Expand Down

1 comment on commit 6dbb6b7

@torognes
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alpine 3.14 did not work well with Docker resulting in a failed build.

https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0

Until this issue is better resolved, we revert to Alpine 3.13.

Please sign in to comment.