From ffee0e8dc6a0257024f20cc1ad017824691346cb Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 11 Aug 2023 21:10:15 +0000 Subject: [PATCH] bump Rocky ver to 8.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b88639..8045103 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM rockylinux:8.6 +FROM --platform=$TARGETPLATFORM rockylinux:8.8 ######################## ### VERSION SETTINGS ###