Skip to content

Commit 358c2e5

Browse files
committed

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

5.7/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

5.7/Dockerfile.oracle

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.0/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.0/Dockerfile.oracle

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr &
77

88
# add gosu for easy step-down from root
99
# https://github.com/tianon/gosu/releases
10-
ENV GOSU_VERSION 1.14
10+
ENV GOSU_VERSION 1.16
1111
RUN set -eux; \
1212
savedAptMark="$(apt-mark showmanual)"; \
1313
apt-get update; \

template/Dockerfile.oracle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN set -eux; \
2121

2222
# add gosu for easy step-down from root
2323
# https://github.com/tianon/gosu/releases
24-
ENV GOSU_VERSION 1.14
24+
ENV GOSU_VERSION 1.16
2525
RUN set -eux; \
2626
# TODO find a better userspace architecture detection method than querying the kernel
2727
arch="$(uname -m)"; \

0 commit comments

Comments
 (0)