From b7c4e73aa96f50c682e723a40a9c8568685c22a2 Mon Sep 17 00:00:00 2001 From: Marcel Henrich Date: Mon, 5 Feb 2024 12:31:34 +0100 Subject: [PATCH] update gosu to v1.17 See https://github.com/tianon/gosu/releases/tag/1.17 (especially https://github.com/tianon/gosu/blob/master/SECURITY.md) --- 4.4/Dockerfile | 2 +- 5.0/Dockerfile | 2 +- 6.0/Dockerfile | 2 +- 7.0/Dockerfile | 2 +- Dockerfile-linux.template | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/4.4/Dockerfile b/4.4/Dockerfile index 7710fa2256..cd37055f24 100644 --- a/4.4/Dockerfile +++ b/4.4/Dockerfile @@ -25,7 +25,7 @@ RUN set -eux; \ rm -rf /var/lib/apt/lists/* # grab gosu for easy step-down from root (https://github.com/tianon/gosu/releases) -ENV GOSU_VERSION 1.16 +ENV GOSU_VERSION 1.17 # grab "js-yaml" for parsing mongod's YAML config files (https://github.com/nodeca/js-yaml/releases) ENV JSYAML_VERSION 3.13.1 diff --git a/5.0/Dockerfile b/5.0/Dockerfile index 6bc7613623..c1c24b35d2 100644 --- a/5.0/Dockerfile +++ b/5.0/Dockerfile @@ -25,7 +25,7 @@ RUN set -eux; \ rm -rf /var/lib/apt/lists/* # grab gosu for easy step-down from root (https://github.com/tianon/gosu/releases) -ENV GOSU_VERSION 1.16 +ENV GOSU_VERSION 1.17 # grab "js-yaml" for parsing mongod's YAML config files (https://github.com/nodeca/js-yaml/releases) ENV JSYAML_VERSION 3.13.1 diff --git a/6.0/Dockerfile b/6.0/Dockerfile index 4ca26bcc42..7d76fe22ea 100644 --- a/6.0/Dockerfile +++ b/6.0/Dockerfile @@ -25,7 +25,7 @@ RUN set -eux; \ rm -rf /var/lib/apt/lists/* # grab gosu for easy step-down from root (https://github.com/tianon/gosu/releases) -ENV GOSU_VERSION 1.16 +ENV GOSU_VERSION 1.17 # grab "js-yaml" for parsing mongod's YAML config files (https://github.com/nodeca/js-yaml/releases) ENV JSYAML_VERSION 3.13.1 diff --git a/7.0/Dockerfile b/7.0/Dockerfile index f63aa48f61..9b1767b7c3 100644 --- a/7.0/Dockerfile +++ b/7.0/Dockerfile @@ -25,7 +25,7 @@ RUN set -eux; \ rm -rf /var/lib/apt/lists/* # grab gosu for easy step-down from root (https://github.com/tianon/gosu/releases) -ENV GOSU_VERSION 1.16 +ENV GOSU_VERSION 1.17 # grab "js-yaml" for parsing mongod's YAML config files (https://github.com/nodeca/js-yaml/releases) ENV JSYAML_VERSION 3.13.1 diff --git a/Dockerfile-linux.template b/Dockerfile-linux.template index 59139de0b2..5f7b1853fa 100644 --- a/Dockerfile-linux.template +++ b/Dockerfile-linux.template @@ -20,7 +20,7 @@ RUN set -eux; \ rm -rf /var/lib/apt/lists/* # grab gosu for easy step-down from root (https://github.com/tianon/gosu/releases) -ENV GOSU_VERSION 1.16 +ENV GOSU_VERSION 1.17 # grab "js-yaml" for parsing mongod's YAML config files (https://github.com/nodeca/js-yaml/releases) ENV JSYAML_VERSION 3.13.1