Skip to content

Commit

Permalink
Merge pull request allinurl#2405 from wamuir/upgrade-alpine
Browse files Browse the repository at this point in the history
Update Dockerfile build stage to use alpine:3
  • Loading branch information
allinurl authored Oct 23, 2022
2 parents 187129b + 3c4a77c commit 57a2062
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:3.13 AS builds
FROM alpine:3 AS builds
RUN apk add --no-cache \
autoconf \
automake \
Expand Down

0 comments on commit 57a2062

Please sign in to comment.