File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN groupadd -r -g 999 redis && useradd -r -g redis -u 999 redis
55
66# grab gosu for easy step-down from root
77# https://github.com/tianon/gosu/releases
8- ENV GOSU_VERSION 1.14
8+ ENV GOSU_VERSION 1.16
99RUN set -eux; \
1010 savedAptMark="$(apt-mark showmanual)" ; \
1111 apt-get update; \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN groupadd -r -g 999 redis && useradd -r -g redis -u 999 redis
55
66# grab gosu for easy step-down from root
77# https://github.com/tianon/gosu/releases
8- ENV GOSU_VERSION 1.14
8+ ENV GOSU_VERSION 1.16
99RUN set -eux; \
1010 savedAptMark="$(apt-mark showmanual)" ; \
1111 apt-get update; \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN groupadd -r -g 999 redis && useradd -r -g redis -u 999 redis
55
66# grab gosu for easy step-down from root
77# https://github.com/tianon/gosu/releases
8- ENV GOSU_VERSION 1.14
8+ ENV GOSU_VERSION 1.16
99RUN set -eux; \
1010 savedAptMark="$(apt-mark showmanual)" ; \
1111 apt-get update; \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN groupadd -r -g 999 redis && useradd -r -g redis -u 999 redis
55
66# grab gosu for easy step-down from root
77# https://github.com/tianon/gosu/releases
8- ENV GOSU_VERSION 1.14
8+ ENV GOSU_VERSION 1.16
99RUN set -eux; \
1010 savedAptMark="$(apt-mark showmanual)"; \
1111 apt-get update; \
You can’t perform that action at this time.
0 commit comments