From 186c93e85d4c4fcee8c300fdfd2e9991c5d3efc9 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 30 Jan 2023 10:41:32 -0800 Subject: [PATCH] Update to gosu 1.16 See https://github.com/tianon/gosu/releases/tag/1.16 (especially https://github.com/tianon/gosu/blob/master/SECURITY.md) --- 11/bullseye/Dockerfile | 2 +- 12/bullseye/Dockerfile | 2 +- 13/bullseye/Dockerfile | 2 +- 14/bullseye/Dockerfile | 2 +- 15/bullseye/Dockerfile | 2 +- Dockerfile-debian.template | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/11/bullseye/Dockerfile b/11/bullseye/Dockerfile index 4c5f93e093..04752d1c9f 100644 --- a/11/bullseye/Dockerfile +++ b/11/bullseye/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.14 +ENV GOSU_VERSION 1.16 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/12/bullseye/Dockerfile b/12/bullseye/Dockerfile index 2f00df2616..6e100eaca5 100644 --- a/12/bullseye/Dockerfile +++ b/12/bullseye/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.14 +ENV GOSU_VERSION 1.16 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/13/bullseye/Dockerfile b/13/bullseye/Dockerfile index 3e00f722a5..92ba387966 100644 --- a/13/bullseye/Dockerfile +++ b/13/bullseye/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.14 +ENV GOSU_VERSION 1.16 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/14/bullseye/Dockerfile b/14/bullseye/Dockerfile index bf340e02d9..0f3e4a0a9e 100644 --- a/14/bullseye/Dockerfile +++ b/14/bullseye/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.14 +ENV GOSU_VERSION 1.16 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/15/bullseye/Dockerfile b/15/bullseye/Dockerfile index 42ce76c452..2f7f062ddf 100644 --- a/15/bullseye/Dockerfile +++ b/15/bullseye/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.14 +ENV GOSU_VERSION 1.16 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index ed68a99ea1..49b412d55e 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -22,7 +22,7 @@ RUN set -eux; \ # grab gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.14 +ENV GOSU_VERSION 1.16 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \