Skip to content

Commit 6e18b4d

Browse files
committed
Upgraded to latest available NGINX module.
1 parent 00a0bc7 commit 6e18b4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs-app.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV LC_ALL C.UTF-8
1111

1212
# install dependencies & remove package lists
1313
RUN microdnf update -y && \
14-
microdnf module enable nginx:1.24 -y && \
14+
microdnf module enable nginx:1.26 -y && \
1515
microdnf install -y glibc-langpack-en python311 openssl nginx nginx-mod-stream java-11-openjdk-headless java-17-openjdk-headless java-21-openjdk-headless tzdata-java fontconfig binutils && \
1616
microdnf clean all && rm -rf /var/cache/yum
1717

rootfs-builder.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG BUILDPACK_XTRACE
1919

2020
# install dependencies & remove package lists
2121
RUN microdnf update -y && \
22-
microdnf module enable nginx:1.24 -y && \
22+
microdnf module enable nginx:1.26 -y && \
2323
microdnf install -y wget glibc-langpack-en python311 openssl tar gzip unzip libpq nginx nginx-mod-stream binutils fontconfig findutils java-11-openjdk-headless java-17-openjdk-headless java-21-openjdk-headless && \
2424
microdnf remove -y /usr/bin/python && \
2525
microdnf clean all && rm -rf /var/cache/yum

0 commit comments

Comments
 (0)