diff --git a/.ci/releaser/alpine/Dockerfile b/.ci/releaser/alpine/Dockerfile index 6e2e1a21..e0a83c50 100644 --- a/.ci/releaser/alpine/Dockerfile +++ b/.ci/releaser/alpine/Dockerfile @@ -1,6 +1,6 @@ # Initially copied from # https://github.com/jordansissel/fpm/blob/master/Dockerfile -FROM alpine:3.22.1 +FROM alpine:3.22.2 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]