Skip to content

Commit

Permalink
task: Upgrade Quay nginx (PROJQUAY-6685)
Browse files Browse the repository at this point in the history
According to the [app stream lifecycle](https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle), Quay's nginx 1.20 has been retired as of November 2023. The last version of nginx that is available is 1.22 and is supported till November 2025 for RHEL 8.
  • Loading branch information
ibazulic committed Feb 12, 2024
1 parent 5f4c15b commit c51057f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PATH=/app/bin/:$PATH \
ENV PYTHONUSERBASE /app
ENV TZ UTC
RUN set -ex\
; microdnf -y module enable nginx:1.20 \
; microdnf -y module enable nginx:1.22 \
; microdnf -y module enable python39:3.9 \
; microdnf update -y \
; microdnf -y --setopt=tsflags=nodocs install \
Expand Down

0 comments on commit c51057f

Please sign in to comment.