Skip to content

Commit

Permalink
Update builder images from Alpine 3.18 to 3.20 (#86)
Browse files Browse the repository at this point in the history
3.18 is now EOL.
  • Loading branch information
SeanTAllen authored Dec 4, 2024
1 parent 9916bc7 commit 196ea13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actionlint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18 AS builder
FROM alpine:3.20 AS builder

RUN apk add --update --no-cache \
bash \
Expand Down
2 changes: 1 addition & 1 deletion emacs-mode-release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.20

RUN apk add --update --no-cache \
bash \
Expand Down

0 comments on commit 196ea13

Please sign in to comment.