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)"; \