Skip to content

Commit 4e7d396

Browse files
committed
Update Oracle "gosu" to 1.14
1 parent 4d243fc commit 4e7d396

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.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.oracle

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

1515
# add gosu for easy step-down from root
1616
# https://github.com/tianon/gosu/releases
17-
ENV GOSU_VERSION 1.12
17+
ENV GOSU_VERSION 1.14
1818
RUN set -eux; \
1919
# TODO find a better userspace architecture detection method than querying the kernel
2020
arch="$(uname -m)"; \

0 commit comments

Comments
 (0)