From fad9e54968f672319b93a56011ac0b2f27321def Mon Sep 17 00:00:00 2001 From: Joseph Ferguson Date: Wed, 24 Sep 2025 06:40:21 -0700 Subject: [PATCH] Add missing gosu bump --- 5.1/trixie/Dockerfile | 2 +- 6.0/trixie/Dockerfile | 2 +- 6.1/alpine3.21/Dockerfile | 2 +- 6.1/alpine3.22/Dockerfile | 2 +- 6.1/bookworm/Dockerfile | 2 +- 6.1/trixie/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/5.1/trixie/Dockerfile b/5.1/trixie/Dockerfile index 0e18c38..9130eca 100644 --- a/5.1/trixie/Dockerfile +++ b/5.1/trixie/Dockerfile @@ -29,7 +29,7 @@ RUN set -eux; \ # grab gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.18 +ENV GOSU_VERSION 1.19 RUN set -eux; \ \ savedAptMark="$(apt-mark showmanual)"; \ diff --git a/6.0/trixie/Dockerfile b/6.0/trixie/Dockerfile index d48e6dc..27f82f7 100644 --- a/6.0/trixie/Dockerfile +++ b/6.0/trixie/Dockerfile @@ -29,7 +29,7 @@ RUN set -eux; \ # grab gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.18 +ENV GOSU_VERSION 1.19 RUN set -eux; \ \ savedAptMark="$(apt-mark showmanual)"; \ diff --git a/6.1/alpine3.21/Dockerfile b/6.1/alpine3.21/Dockerfile index 6b9456b..cf17681 100644 --- a/6.1/alpine3.21/Dockerfile +++ b/6.1/alpine3.21/Dockerfile @@ -31,7 +31,7 @@ RUN set -eux; \ # grab gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.18 +ENV GOSU_VERSION 1.19 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/6.1/alpine3.22/Dockerfile b/6.1/alpine3.22/Dockerfile index 386a4ab..9da1d07 100644 --- a/6.1/alpine3.22/Dockerfile +++ b/6.1/alpine3.22/Dockerfile @@ -31,7 +31,7 @@ RUN set -eux; \ # grab gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.18 +ENV GOSU_VERSION 1.19 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/6.1/bookworm/Dockerfile b/6.1/bookworm/Dockerfile index 229515b..849fcea 100644 --- a/6.1/bookworm/Dockerfile +++ b/6.1/bookworm/Dockerfile @@ -31,7 +31,7 @@ RUN set -eux; \ # grab gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.18 +ENV GOSU_VERSION 1.19 RUN set -eux; \ \ savedAptMark="$(apt-mark showmanual)"; \ diff --git a/6.1/trixie/Dockerfile b/6.1/trixie/Dockerfile index 314fa4a..2dfa281 100644 --- a/6.1/trixie/Dockerfile +++ b/6.1/trixie/Dockerfile @@ -29,7 +29,7 @@ RUN set -eux; \ # grab gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.18 +ENV GOSU_VERSION 1.19 RUN set -eux; \ \ savedAptMark="$(apt-mark showmanual)"; \