Skip to content

Commit 75b3642

Browse files
authored
revert(ci): Downgrade to Docker alpine 3.16 (#13462)
1 parent 172304b commit 75b3642

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:20231219
2+
FROM alpine:3.16
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:20231219
2+
FROM alpine:3.16
33

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

0 commit comments

Comments
 (0)