Skip to content

Commit

Permalink
Revert "chore(deps): update alpine docker tag to v20240315 (#13430)" (#…
Browse files Browse the repository at this point in the history
…13461)

This reverts commit f5ee082.
  • Loading branch information
puneetbehl committed Apr 4, 2024
1 parent ada0093 commit 172304b
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:20240315
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:20240315
FROM alpine:20231219

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

Expand Down

0 comments on commit 172304b

Please sign in to comment.