From a3b3bfabd35fd86b7a8e6a426afcafa16ebb5c18 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 8 Sep 2025 13:04:25 -0700 Subject: [PATCH] Update gosu to 1.18 --- 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 14ee62d763..fee19555b0 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/13/alpine3.22/Dockerfile b/13/alpine3.22/Dockerfile index 8e250b688a..cebe7e3280 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/13/bookworm/Dockerfile b/13/bookworm/Dockerfile index 2cdd3761f7..66aa72b1ad 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/13/trixie/Dockerfile b/13/trixie/Dockerfile index 5c70e0f019..d26e823e74 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/14/alpine3.21/Dockerfile b/14/alpine3.21/Dockerfile index 03629baee8..569899913b 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/14/alpine3.22/Dockerfile b/14/alpine3.22/Dockerfile index 8d1a3f487b..28dff0dfdc 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/14/bookworm/Dockerfile b/14/bookworm/Dockerfile index ed279f475c..f176fb706b 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/14/trixie/Dockerfile b/14/trixie/Dockerfile index 9eaeb256c5..55fd422d9c 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/15/alpine3.21/Dockerfile b/15/alpine3.21/Dockerfile index 6901a43de4..7bed1e55ab 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/15/alpine3.22/Dockerfile b/15/alpine3.22/Dockerfile index 15858f83ab..c951553898 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/15/bookworm/Dockerfile b/15/bookworm/Dockerfile index cbb364513b..b2001488b6 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/15/trixie/Dockerfile b/15/trixie/Dockerfile index 4ca315110e..9422c82edd 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/16/alpine3.21/Dockerfile b/16/alpine3.21/Dockerfile index 103570a9d1..dbe5273ee6 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/16/alpine3.22/Dockerfile b/16/alpine3.22/Dockerfile index f461d9e426..c10a470809 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/16/bookworm/Dockerfile b/16/bookworm/Dockerfile index dd38da963d..386a5b8983 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/16/trixie/Dockerfile b/16/trixie/Dockerfile index 5e522725aa..5ec92b0bd6 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/17/alpine3.21/Dockerfile b/17/alpine3.21/Dockerfile index c4afe749b8..25f64342e8 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/17/alpine3.22/Dockerfile b/17/alpine3.22/Dockerfile index 3fab5a6194..07b33ee1ed 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/17/bookworm/Dockerfile b/17/bookworm/Dockerfile index 5c2f6e07f9..7088f6acf9 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/17/trixie/Dockerfile b/17/trixie/Dockerfile index 286f5f0faf..d5a544c4fb 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/18/alpine3.21/Dockerfile b/18/alpine3.21/Dockerfile index 6060e7962c..b37c8690c2 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/18/alpine3.22/Dockerfile b/18/alpine3.22/Dockerfile index d7e41ab0ff..fd5fe528ec 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/18/bookworm/Dockerfile b/18/bookworm/Dockerfile index 64ee3f869e..382d040980 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/18/trixie/Dockerfile b/18/trixie/Dockerfile index cb9bb2d295..13f04a3ca0 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index e64ad2fc2f..ea78a8a4ef 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ \ apk add --no-cache --virtual .gosu-deps \ diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index 83a664b443..434b0d27a2 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.17 +ENV GOSU_VERSION 1.18 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \