From ea2dc99966658ad2819e83d7635939daad06e918 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Thu, 13 Mar 2025 22:43:04 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0cc3c6..e710c7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM rockylinux:8.10 +FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:8.10 # Define args and set a default value ARG maintainer=tier