From 831e58702aa316b69cdfaa115fc134bfede4c418 Mon Sep 17 00:00:00 2001 From: zhangguanzhang Date: Tue, 26 Mar 2024 11:08:38 +0800 Subject: [PATCH] Update to gosu 1.17 Signed-off-by: zhangguanzhang --- 8.0/Dockerfile.debian | 2 +- 8.0/Dockerfile.oracle | 2 +- Dockerfile.debian | 2 +- Dockerfile.oracle | 2 +- innovation/Dockerfile.oracle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/8.0/Dockerfile.debian b/8.0/Dockerfile.debian index aab9ea589..012452c35 100644 --- a/8.0/Dockerfile.debian +++ b/8.0/Dockerfile.debian @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg && rm -rf # add gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.16 +ENV GOSU_VERSION 1.17 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/8.0/Dockerfile.oracle b/8.0/Dockerfile.oracle index 585210e17..ded883dc8 100644 --- a/8.0/Dockerfile.oracle +++ b/8.0/Dockerfile.oracle @@ -12,7 +12,7 @@ RUN set -eux; \ # add gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.16 +ENV GOSU_VERSION 1.17 RUN set -eux; \ # TODO find a better userspace architecture detection method than querying the kernel arch="$(uname -m)"; \ diff --git a/Dockerfile.debian b/Dockerfile.debian index 7089a3da9..5df28c5bb 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg && rm -rf # add gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.16 +ENV GOSU_VERSION 1.17 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/Dockerfile.oracle b/Dockerfile.oracle index 12a7176dc..15fcabcad 100644 --- a/Dockerfile.oracle +++ b/Dockerfile.oracle @@ -21,7 +21,7 @@ RUN set -eux; \ # add gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.16 +ENV GOSU_VERSION 1.17 RUN set -eux; \ # TODO find a better userspace architecture detection method than querying the kernel arch="$(uname -m)"; \ diff --git a/innovation/Dockerfile.oracle b/innovation/Dockerfile.oracle index 073de1162..ec92df68e 100644 --- a/innovation/Dockerfile.oracle +++ b/innovation/Dockerfile.oracle @@ -12,7 +12,7 @@ RUN set -eux; \ # add gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.16 +ENV GOSU_VERSION 1.17 RUN set -eux; \ # TODO find a better userspace architecture detection method than querying the kernel arch="$(uname -m)"; \