Skip to content

Commit

Permalink
images/squid: Use centos-stream9 instead 8 (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar committed Nov 14, 2024
1 parent f1104af commit d231c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/squid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# (commonName must be set to 192.168.122.1 before running generate-certs.sh and building the container image)

# Intermediate build image to generate the CA and certificate used for https
FROM quay.io/centos/centos:stream8 AS gencerts
FROM quay.io/centos/centos:stream9 AS gencerts
MAINTAINER CRC <[email protected]>

RUN yum -y install openssl
Expand All @@ -41,7 +41,7 @@ RUN bash ./generate-certs.sh


# Final squid container
FROM quay.io/centos/centos:stream8
FROM quay.io/centos/centos:stream9

MAINTAINER CRC <[email protected]>

Expand Down

0 comments on commit d231c86

Please sign in to comment.