update to gosu 1.17
This commit is contained in:
parent
1424abf76f
commit
ab6925051c
|
|
@ -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; \
|
||||
|
|
|
|||
|
|
@ -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; \
|
||||
|
|
|
|||
|
|
@ -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; \
|
||||
|
|
|
|||
|
|
@ -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; \
|
||||
|
|
|
|||
|
|
@ -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; \
|
||||
|
|
|
|||
|
|
@ -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; \
|
||||
|
|
|
|||
|
|
@ -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; \
|
||||
|
|
|
|||
|
|
@ -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; \
|
||||
|
|
|
|||
|
|
@ -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; \
|
||||
|
|
|
|||
|
|
@ -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; \
|
||||
|
|
|
|||
|
|
@ -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; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue