Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v20231219 (#13308)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent 416a3bd commit a11afff
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:20230329
FROM alpine:20231219

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:20230329
FROM alpine:20231219

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

Expand Down

0 comments on commit a11afff

Please sign in to comment.