diff --git a/.buildkite/Dockerfile-github-release b/.buildkite/Dockerfile-github-release index 92e3c75c81..4d2d183972 100644 --- a/.buildkite/Dockerfile-github-release +++ b/.buildkite/Dockerfile-github-release @@ -1,4 +1,4 @@ -FROM alpine:3.15.0 +FROM alpine:3.17.2 # We need buildkite-agent to download artifacts, and zip for Windows zipping RUN apk --no-cache add bash zip curl \