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 @@ -8,7 +8,7 @@ RUN apk add --no-cache \
88
99# grab gosu for easy step-down from root
1010# https://github.com/tianon/gosu/releases
11- ENV GOSU_VERSION 1.17
11+ ENV GOSU_VERSION 1.18
1212RUN set -eux; \
1313 \
1414 apk add --no-cache --virtual .gosu-deps \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM node:20-bookworm-slim
44
55# grab gosu for easy step-down from root
66# https://github.com/tianon/gosu/releases
7- ENV GOSU_VERSION 1.17
7+ ENV GOSU_VERSION 1.18
88RUN set -eux; \
99# save list of currently installed packages for later so we can clean up
1010 savedAptMark="$(apt-mark showmanual)" ; \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apk add --no-cache \
88
99# grab gosu for easy step-down from root
1010# https://github.com/tianon/gosu/releases
11- ENV GOSU_VERSION 1.17
11+ ENV GOSU_VERSION 1.18
1212RUN set -eux; \
1313 \
1414 apk add --no-cache --virtual .gosu-deps \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM node:22-bookworm-slim
44
55# grab gosu for easy step-down from root
66# https://github.com/tianon/gosu/releases
7- ENV GOSU_VERSION 1.17
7+ ENV GOSU_VERSION 1.18
88RUN set -eux; \
99# save list of currently installed packages for later so we can clean up
1010 savedAptMark="$(apt-mark showmanual)" ; \
You can’t perform that action at this time.
0 commit comments