diff --git a/.ci/releaser/alpine/Dockerfile b/.ci/releaser/alpine/Dockerfile index e71941df..786048b9 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.16.2 +FROM alpine:3.16.3 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]