File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV LC_ALL C.UTF-8
1111
1212# install dependencies & remove package lists
1313RUN 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
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ARG BUILDPACK_XTRACE
1919
2020# install dependencies & remove package lists
2121RUN 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
You can’t perform that action at this time.
0 commit comments