diff --git a/docker/base/centos/7/Dockerfile b/docker/base/centos/7/Dockerfile index 8f5ad08..6b2f58c 100644 --- a/docker/base/centos/7/Dockerfile +++ b/docker/base/centos/7/Dockerfile @@ -1,6 +1,6 @@ FROM centos:7 as installer -ENV GOSU_VERSION=1.14 +ENV GOSU_VERSION=1.16 COPY ./scripts /opt/docker/base/scripts diff --git a/docker/base/minideb/bullseye/Dockerfile b/docker/base/minideb/bullseye/Dockerfile index 88eef76..38809ff 100644 --- a/docker/base/minideb/bullseye/Dockerfile +++ b/docker/base/minideb/bullseye/Dockerfile @@ -1,7 +1,7 @@ FROM bitnami/minideb:bullseye-amd64 as installer ENV DEBIAN_FRONTEND=noninteractive \ - GOSU_VERSION=1.14 + GOSU_VERSION=1.16 COPY ./scripts /opt/docker/base/scripts diff --git a/docker/base/ubuntu/16.04/Dockerfile b/docker/base/ubuntu/16.04/Dockerfile index 154709e..84c8ff0 100644 --- a/docker/base/ubuntu/16.04/Dockerfile +++ b/docker/base/ubuntu/16.04/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:16.04 as installer -ENV GOSU_VERSION=1.14 +ENV GOSU_VERSION=1.16 COPY ./scripts /opt/docker/base/scripts diff --git a/docker/base/ubuntu/18.04/Dockerfile b/docker/base/ubuntu/18.04/Dockerfile index 9be2cf3..88e7bc6 100644 --- a/docker/base/ubuntu/18.04/Dockerfile +++ b/docker/base/ubuntu/18.04/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:18.04 as installer -ENV GOSU_VERSION=1.14 +ENV GOSU_VERSION=1.16 COPY ./scripts /opt/docker/base/scripts