Skip to content

Commit a11afff

Browse files
chore(deps): update alpine docker tag to v20231219 (#13308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 416a3bd commit a11afff

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

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

0 commit comments

Comments
 (0)