diff --git a/10/bullseye/Dockerfile b/10/bullseye/Dockerfile index 074a513c04..2bcbf17b43 100644 --- a/10/bullseye/Dockerfile +++ b/10/bullseye/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab 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; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/10/stretch/Dockerfile b/10/stretch/Dockerfile index e7999dfc97..c98a18a65a 100644 --- a/10/stretch/Dockerfile +++ b/10/stretch/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab 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; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/11/bullseye/Dockerfile b/11/bullseye/Dockerfile index 9c184c1da9..5707767dd2 100644 --- a/11/bullseye/Dockerfile +++ b/11/bullseye/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab 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; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/11/stretch/Dockerfile b/11/stretch/Dockerfile index f16e26e491..4389784a8f 100644 --- a/11/stretch/Dockerfile +++ b/11/stretch/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab 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; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/12/bullseye/Dockerfile b/12/bullseye/Dockerfile index ec564482aa..461856cccf 100644 --- a/12/bullseye/Dockerfile +++ b/12/bullseye/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab 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; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/13/bullseye/Dockerfile b/13/bullseye/Dockerfile index b8765656db..b52c7333ca 100644 --- a/13/bullseye/Dockerfile +++ b/13/bullseye/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab 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; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/14/bullseye/Dockerfile b/14/bullseye/Dockerfile index 672165ae50..23992f0a79 100644 --- a/14/bullseye/Dockerfile +++ b/14/bullseye/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab 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; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/9.6/bullseye/Dockerfile b/9.6/bullseye/Dockerfile index daa5420142..0936f9e2a4 100644 --- a/9.6/bullseye/Dockerfile +++ b/9.6/bullseye/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab 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; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/9.6/stretch/Dockerfile b/9.6/stretch/Dockerfile index 9a49d877e0..3fcdbde22d 100644 --- a/9.6/stretch/Dockerfile +++ b/9.6/stretch/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ # grab 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; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \ diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index 692fb67d54..45c2fceb7b 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -22,7 +22,7 @@ RUN set -eux; \ # grab 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; \ savedAptMark="$(apt-mark showmanual)"; \ apt-get update; \