From a2433755c76d294477c85945d68944f8cdb7cf4b Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 23 Sep 2025 12:31:05 -0700 Subject: [PATCH] Update gosu to 1.19 --- 13/alpine3.21/Dockerfile | 2 +- 13/alpine3.22/Dockerfile | 2 +- 13/bookworm/Dockerfile | 2 +- 13/trixie/Dockerfile | 2 +- 14/alpine3.21/Dockerfile | 2 +- 14/alpine3.22/Dockerfile | 2 +- 14/bookworm/Dockerfile | 2 +- 14/trixie/Dockerfile | 2 +- 15/alpine3.21/Dockerfile | 2 +- 15/alpine3.22/Dockerfile | 2 +- 15/bookworm/Dockerfile | 2 +- 15/trixie/Dockerfile | 2 +- 16/alpine3.21/Dockerfile | 2 +- 16/alpine3.22/Dockerfile | 2 +- 16/bookworm/Dockerfile | 2 +- 16/trixie/Dockerfile | 2 +- 17/alpine3.21/Dockerfile | 2 +- 17/alpine3.22/Dockerfile | 2 +- 17/bookworm/Dockerfile | 2 +- 17/trixie/Dockerfile | 2 +- 18/alpine3.21/Dockerfile | 2 +- 18/alpine3.22/Dockerfile | 2 +- 18/bookworm/Dockerfile | 2 +- 18/trixie/Dockerfile | 2 +- Dockerfile-alpine.template | 2 +- Dockerfile-debian.template | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/13/alpine3.21/Dockerfile b/13/alpine3.21/Dockerfile index fee19555b0..74b000f98e 100644 --- a/13/alpine3.21/Dockerfile +++ b/13/alpine3.21/Dockerfile @@ -17,7 +17,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/13/alpine3.22/Dockerfile b/13/alpine3.22/Dockerfile index cebe7e3280..2da86b6e76 100644 --- a/13/alpine3.22/Dockerfile +++ b/13/alpine3.22/Dockerfile @@ -17,7 +17,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/13/bookworm/Dockerfile b/13/bookworm/Dockerfile index 66aa72b1ad..e2843a57b3 100644 --- a/13/bookworm/Dockerfile +++ b/13/bookworm/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ # 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)"; \ apt-get update; \ diff --git a/13/trixie/Dockerfile b/13/trixie/Dockerfile index d26e823e74..ce0c0bc3d5 100644 --- a/13/trixie/Dockerfile +++ b/13/trixie/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ # 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)"; \ apt-get update; \ diff --git a/14/alpine3.21/Dockerfile b/14/alpine3.21/Dockerfile index 569899913b..231e4dc543 100644 --- a/14/alpine3.21/Dockerfile +++ b/14/alpine3.21/Dockerfile @@ -17,7 +17,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/14/alpine3.22/Dockerfile b/14/alpine3.22/Dockerfile index 28dff0dfdc..70a074c621 100644 --- a/14/alpine3.22/Dockerfile +++ b/14/alpine3.22/Dockerfile @@ -17,7 +17,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/14/bookworm/Dockerfile b/14/bookworm/Dockerfile index f176fb706b..acfad3b08d 100644 --- a/14/bookworm/Dockerfile +++ b/14/bookworm/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ # 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)"; \ apt-get update; \ diff --git a/14/trixie/Dockerfile b/14/trixie/Dockerfile index 55fd422d9c..2dfa466f07 100644 --- a/14/trixie/Dockerfile +++ b/14/trixie/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ # 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)"; \ apt-get update; \ diff --git a/15/alpine3.21/Dockerfile b/15/alpine3.21/Dockerfile index 7bed1e55ab..16238ea55d 100644 --- a/15/alpine3.21/Dockerfile +++ b/15/alpine3.21/Dockerfile @@ -17,7 +17,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/15/alpine3.22/Dockerfile b/15/alpine3.22/Dockerfile index c951553898..5419b7e2ff 100644 --- a/15/alpine3.22/Dockerfile +++ b/15/alpine3.22/Dockerfile @@ -17,7 +17,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/15/bookworm/Dockerfile b/15/bookworm/Dockerfile index b2001488b6..841913533d 100644 --- a/15/bookworm/Dockerfile +++ b/15/bookworm/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ # 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)"; \ apt-get update; \ diff --git a/15/trixie/Dockerfile b/15/trixie/Dockerfile index 9422c82edd..26dd4cdd90 100644 --- a/15/trixie/Dockerfile +++ b/15/trixie/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ # 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)"; \ apt-get update; \ diff --git a/16/alpine3.21/Dockerfile b/16/alpine3.21/Dockerfile index dbe5273ee6..08dd7f7132 100644 --- a/16/alpine3.21/Dockerfile +++ b/16/alpine3.21/Dockerfile @@ -17,7 +17,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/16/alpine3.22/Dockerfile b/16/alpine3.22/Dockerfile index c10a470809..cea5ed9930 100644 --- a/16/alpine3.22/Dockerfile +++ b/16/alpine3.22/Dockerfile @@ -17,7 +17,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/16/bookworm/Dockerfile b/16/bookworm/Dockerfile index 386a5b8983..8e1af3c8fb 100644 --- a/16/bookworm/Dockerfile +++ b/16/bookworm/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ # 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)"; \ apt-get update; \ diff --git a/16/trixie/Dockerfile b/16/trixie/Dockerfile index 5ec92b0bd6..955c0474fb 100644 --- a/16/trixie/Dockerfile +++ b/16/trixie/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ # 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)"; \ apt-get update; \ diff --git a/17/alpine3.21/Dockerfile b/17/alpine3.21/Dockerfile index 25f64342e8..c081f8a5b5 100644 --- a/17/alpine3.21/Dockerfile +++ b/17/alpine3.21/Dockerfile @@ -17,7 +17,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/17/alpine3.22/Dockerfile b/17/alpine3.22/Dockerfile index 07b33ee1ed..475b7da08b 100644 --- a/17/alpine3.22/Dockerfile +++ b/17/alpine3.22/Dockerfile @@ -17,7 +17,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/17/bookworm/Dockerfile b/17/bookworm/Dockerfile index 7088f6acf9..d02126ab5a 100644 --- a/17/bookworm/Dockerfile +++ b/17/bookworm/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ # 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)"; \ apt-get update; \ diff --git a/17/trixie/Dockerfile b/17/trixie/Dockerfile index d5a544c4fb..d926fdcde6 100644 --- a/17/trixie/Dockerfile +++ b/17/trixie/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ # 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)"; \ apt-get update; \ diff --git a/18/alpine3.21/Dockerfile b/18/alpine3.21/Dockerfile index b37c8690c2..e08a90493b 100644 --- a/18/alpine3.21/Dockerfile +++ b/18/alpine3.21/Dockerfile @@ -17,7 +17,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/18/alpine3.22/Dockerfile b/18/alpine3.22/Dockerfile index fd5fe528ec..220dff6b73 100644 --- a/18/alpine3.22/Dockerfile +++ b/18/alpine3.22/Dockerfile @@ -17,7 +17,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/18/bookworm/Dockerfile b/18/bookworm/Dockerfile index 382d040980..fbe86b9f27 100644 --- a/18/bookworm/Dockerfile +++ b/18/bookworm/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ # 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)"; \ apt-get update; \ diff --git a/18/trixie/Dockerfile b/18/trixie/Dockerfile index 13f04a3ca0..cda2ec8453 100644 --- a/18/trixie/Dockerfile +++ b/18/trixie/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ # 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)"; \ apt-get update; \ diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index ea78a8a4ef..45fe59e833 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -15,7 +15,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/Dockerfile-debian.template b/Dockerfile-debian.template index 434b0d27a2..dded17e0d6 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -22,7 +22,7 @@ RUN set -ex; \ # 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)"; \ apt-get update; \