Skip to content

Commit 172304b

Browse files
authored
Revert "chore(deps): update alpine docker tag to v20240315 (#13430)" (#13461)
This reverts commit f5ee082.
1 parent ada0093 commit 172304b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/post-release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Container image that runs your code
2-
FROM alpine:20240315
2+
FROM alpine:20231219
33

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

.github/actions/pre-release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Container image that runs your code
2-
FROM alpine:20240315
2+
FROM alpine:20231219
33

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

0 commit comments

Comments
 (0)