Skip to content

Commit

Permalink
revert(ci): Downgrade to Docker alpine 3.16 (grails#13462)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Apr 5, 2024
1 parent 172304b commit 75b3642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/post-release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM alpine:20231219
FROM alpine:3.16

RUN apk add --no-cache curl jq git bash

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/pre-release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM alpine:20231219
FROM alpine:3.16

RUN apk add --no-cache curl jq git bash

Expand Down

0 comments on commit 75b3642

Please sign in to comment.