From 4e7d3969ede713b2660ca04493125c6d714d343f Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 17 Feb 2022 14:11:12 -0800 Subject: [PATCH] Update Oracle "gosu" to 1.14 --- 5.7/Dockerfile.oracle | 2 +- 8.0/Dockerfile.oracle | 2 +- template/Dockerfile.oracle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/5.7/Dockerfile.oracle b/5.7/Dockerfile.oracle index 70abebec1..2f60699ec 100644 --- a/5.7/Dockerfile.oracle +++ b/5.7/Dockerfile.oracle @@ -19,7 +19,7 @@ RUN set -eux; \ # add gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.12 +ENV GOSU_VERSION 1.14 RUN set -eux; \ # TODO find a better userspace architecture detection method than querying the kernel arch="$(uname -m)"; \ diff --git a/8.0/Dockerfile.oracle b/8.0/Dockerfile.oracle index b9c2a013f..1c617888d 100644 --- a/8.0/Dockerfile.oracle +++ b/8.0/Dockerfile.oracle @@ -19,7 +19,7 @@ RUN set -eux; \ # add gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.12 +ENV GOSU_VERSION 1.14 RUN set -eux; \ # TODO find a better userspace architecture detection method than querying the kernel arch="$(uname -m)"; \ diff --git a/template/Dockerfile.oracle b/template/Dockerfile.oracle index cc71facf3..878cabc21 100644 --- a/template/Dockerfile.oracle +++ b/template/Dockerfile.oracle @@ -14,7 +14,7 @@ RUN set -eux; \ # add gosu for easy step-down from root # https://github.com/tianon/gosu/releases -ENV GOSU_VERSION 1.12 +ENV GOSU_VERSION 1.14 RUN set -eux; \ # TODO find a better userspace architecture detection method than querying the kernel arch="$(uname -m)"; \