From 4aa280bfedb4f7a0a5346337ed7b7b1af7d62896 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Fri, 21 Jun 2024 10:53:45 +0200 Subject: [PATCH] Bump image to use Rocky9 and Squid 5.5 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a747572..677f27b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM rockylinux:8.6 +FROM rockylinux:9 LABEL maintainer=StackHPC -ENV SQUID_VERSION=4.15 \ +ENV SQUID_VERSION=5.5 \ SQUID_CACHE_DIR=/var/spool/squid \ SQUID_LOG_DIR=/var/log/squid \ SQUID_USER=squid