Skip to content

Commit

Permalink
Update to Alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Sep 27, 2024
1 parent 9842436 commit 4233b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.test-alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.20

# add "nobody" to ALL groups (makes testing edge cases more interesting)
RUN cut -d: -f1 /etc/group | xargs -rtn1 addgroup nobody
Expand Down
2 changes: 1 addition & 1 deletion hub/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.20

# https://github.com/tianon/gosu/releases
ENV GOSU_VERSION 1.17
Expand Down

0 comments on commit 4233b79

Please sign in to comment.