From d5c6f471fe4c0db5c614b568f11d4102a0cc685b Mon Sep 17 00:00:00 2001 From: Jason Thomas Date: Fri, 27 Jan 2023 12:11:10 -0700 Subject: [PATCH] Bump gosu to 1.16 --- 6.0/Dockerfile | 2 +- 6.2/Dockerfile | 2 +- 7.0/Dockerfile | 2 +- Dockerfile.template | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/6.0/Dockerfile b/6.0/Dockerfile index ebaeee3..5239ead 100644 --- a/6.0/Dockerfile +++ b/6.0/Dockerfile @@ -5,7 +5,7 @@ RUN groupadd -r -g 999 redis && useradd -r -g redis -u 999 redis # 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/6.2/Dockerfile b/6.2/Dockerfile index b31fe81..a5cf188 100644 --- a/6.2/Dockerfile +++ b/6.2/Dockerfile @@ -5,7 +5,7 @@ RUN groupadd -r -g 999 redis && useradd -r -g redis -u 999 redis # 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/7.0/Dockerfile b/7.0/Dockerfile index 58a90c7..4d36bf5 100644 --- a/7.0/Dockerfile +++ b/7.0/Dockerfile @@ -5,7 +5,7 @@ RUN groupadd -r -g 999 redis && useradd -r -g redis -u 999 redis # 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.template b/Dockerfile.template index 2754ee6..6921f88 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -5,7 +5,7 @@ RUN groupadd -r -g 999 redis && useradd -r -g redis -u 999 redis # 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; \