diff --git a/.github/actions/post-release/Dockerfile b/.github/actions/post-release/Dockerfile index c70a2ed2471..10885b9875c 100644 --- a/.github/actions/post-release/Dockerfile +++ b/.github/actions/post-release/Dockerfile @@ -1,5 +1,5 @@ # Container image that runs your code -FROM alpine:20220328 +FROM alpine:20220715 RUN apk add --no-cache curl jq git bash diff --git a/.github/actions/pre-release/Dockerfile b/.github/actions/pre-release/Dockerfile index 34d2dbc0753..97ac8753a22 100644 --- a/.github/actions/pre-release/Dockerfile +++ b/.github/actions/pre-release/Dockerfile @@ -1,5 +1,5 @@ # Container image that runs your code -FROM alpine:20220328 +FROM alpine:20220715 RUN apk add --no-cache curl jq git bash