Skip to content

Commit 5d6813c

Browse files
committed
Update gosu to 1.18
1 parent 07fb1d5 commit 5d6813c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

5/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1212
RUN set -eux; \
1313
\
1414
apk add --no-cache --virtual .gosu-deps \

5/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
88
RUN set -eux; \
99
# save list of currently installed packages for later so we can clean up
1010
savedAptMark="$(apt-mark showmanual)"; \

6/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1212
RUN set -eux; \
1313
\
1414
apk add --no-cache --virtual .gosu-deps \

6/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
88
RUN set -eux; \
99
# save list of currently installed packages for later so we can clean up
1010
savedAptMark="$(apt-mark showmanual)"; \

0 commit comments

Comments
 (0)