diff --git a/12/bookworm/Dockerfile b/12/bookworm/Dockerfile index 57a1adc6c0..d5345d4ae9 100644 --- a/12/bookworm/Dockerfile +++ b/12/bookworm/Dockerfile @@ -29,7 +29,7 @@ RUN set -ex; \ # grab 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/12/bullseye/Dockerfile b/12/bullseye/Dockerfile index be1f0a5679..b1feb37b00 100644 --- a/12/bullseye/Dockerfile +++ b/12/bullseye/Dockerfile @@ -29,7 +29,7 @@ RUN set -ex; \ # grab 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/13/bookworm/Dockerfile b/13/bookworm/Dockerfile index 9680e20808..b4d5f58f78 100644 --- a/13/bookworm/Dockerfile +++ b/13/bookworm/Dockerfile @@ -29,7 +29,7 @@ RUN set -ex; \ # grab 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/13/bullseye/Dockerfile b/13/bullseye/Dockerfile index 8de5fe7ef8..3b97cb768e 100644 --- a/13/bullseye/Dockerfile +++ b/13/bullseye/Dockerfile @@ -29,7 +29,7 @@ RUN set -ex; \ # grab 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/14/bookworm/Dockerfile b/14/bookworm/Dockerfile index 8725665d37..ffb2e6e781 100644 --- a/14/bookworm/Dockerfile +++ b/14/bookworm/Dockerfile @@ -29,7 +29,7 @@ RUN set -ex; \ # grab 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/14/bullseye/Dockerfile b/14/bullseye/Dockerfile index 838745c85b..8759c8d149 100644 --- a/14/bullseye/Dockerfile +++ b/14/bullseye/Dockerfile @@ -29,7 +29,7 @@ RUN set -ex; \ # grab 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/15/bookworm/Dockerfile b/15/bookworm/Dockerfile index 93dc03e4a4..c0b4f06471 100644 --- a/15/bookworm/Dockerfile +++ b/15/bookworm/Dockerfile @@ -29,7 +29,7 @@ RUN set -ex; \ # grab 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/15/bullseye/Dockerfile b/15/bullseye/Dockerfile index 8430750ba4..6765174e25 100644 --- a/15/bullseye/Dockerfile +++ b/15/bullseye/Dockerfile @@ -29,7 +29,7 @@ RUN set -ex; \ # grab 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/16/bookworm/Dockerfile b/16/bookworm/Dockerfile index 37451960bf..6bcb1b873a 100644 --- a/16/bookworm/Dockerfile +++ b/16/bookworm/Dockerfile @@ -29,7 +29,7 @@ RUN set -ex; \ # grab 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/16/bullseye/Dockerfile b/16/bullseye/Dockerfile index 3427042156..9e87ce3e5b 100644 --- a/16/bullseye/Dockerfile +++ b/16/bullseye/Dockerfile @@ -29,7 +29,7 @@ RUN set -ex; \ # grab 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-debian.template b/Dockerfile-debian.template index 878e813250..479f147c7f 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -23,7 +23,7 @@ RUN set -ex; \ # grab 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; \