Skip to content

Commit

Permalink
Merge pull request #12 from sgerrand/alpine-3.16
Browse files Browse the repository at this point in the history
Alpine 3.16
  • Loading branch information
sgerrand authored Sep 4, 2022
2 parents c0990eb + c7d12fc commit 08ee25d
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.15
FROM alpine:3.16
RUN apk --no-cache add alpine-sdk coreutils cmake sudo \
&& adduser -G abuild -g "Alpine Package Builder" -s /bin/ash -D builder \
&& echo "builder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers \
Expand Down

0 comments on commit 08ee25d

Please sign in to comment.