Update to gosu 1.16
See https://github.com/tianon/gosu/releases/tag/1.16 (especially https://github.com/tianon/gosu/blob/master/SECURITY.md)
This commit is contained in:
parent
a510f1341b
commit
186c93e85d
|
|
@ -28,7 +28,7 @@ RUN set -eux; \
|
||||||
|
|
||||||
# grab gosu for easy step-down from root
|
# grab gosu for easy step-down from root
|
||||||
# https://github.com/tianon/gosu/releases
|
# https://github.com/tianon/gosu/releases
|
||||||
ENV GOSU_VERSION 1.14
|
ENV GOSU_VERSION 1.16
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
savedAptMark="$(apt-mark showmanual)"; \
|
savedAptMark="$(apt-mark showmanual)"; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ RUN set -eux; \
|
||||||
|
|
||||||
# grab gosu for easy step-down from root
|
# grab gosu for easy step-down from root
|
||||||
# https://github.com/tianon/gosu/releases
|
# https://github.com/tianon/gosu/releases
|
||||||
ENV GOSU_VERSION 1.14
|
ENV GOSU_VERSION 1.16
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
savedAptMark="$(apt-mark showmanual)"; \
|
savedAptMark="$(apt-mark showmanual)"; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ RUN set -eux; \
|
||||||
|
|
||||||
# grab gosu for easy step-down from root
|
# grab gosu for easy step-down from root
|
||||||
# https://github.com/tianon/gosu/releases
|
# https://github.com/tianon/gosu/releases
|
||||||
ENV GOSU_VERSION 1.14
|
ENV GOSU_VERSION 1.16
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
savedAptMark="$(apt-mark showmanual)"; \
|
savedAptMark="$(apt-mark showmanual)"; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ RUN set -eux; \
|
||||||
|
|
||||||
# grab gosu for easy step-down from root
|
# grab gosu for easy step-down from root
|
||||||
# https://github.com/tianon/gosu/releases
|
# https://github.com/tianon/gosu/releases
|
||||||
ENV GOSU_VERSION 1.14
|
ENV GOSU_VERSION 1.16
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
savedAptMark="$(apt-mark showmanual)"; \
|
savedAptMark="$(apt-mark showmanual)"; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ RUN set -eux; \
|
||||||
|
|
||||||
# grab gosu for easy step-down from root
|
# grab gosu for easy step-down from root
|
||||||
# https://github.com/tianon/gosu/releases
|
# https://github.com/tianon/gosu/releases
|
||||||
ENV GOSU_VERSION 1.14
|
ENV GOSU_VERSION 1.16
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
savedAptMark="$(apt-mark showmanual)"; \
|
savedAptMark="$(apt-mark showmanual)"; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ RUN set -eux; \
|
||||||
|
|
||||||
# grab gosu for easy step-down from root
|
# grab gosu for easy step-down from root
|
||||||
# https://github.com/tianon/gosu/releases
|
# https://github.com/tianon/gosu/releases
|
||||||
ENV GOSU_VERSION 1.14
|
ENV GOSU_VERSION 1.16
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
savedAptMark="$(apt-mark showmanual)"; \
|
savedAptMark="$(apt-mark showmanual)"; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue