From c6bbc951a08995b2f57dcd769ac0e00f51cd412a Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 2 Nov 2022 15:58:53 +0000 Subject: [PATCH] bugfix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad0cfe1..b76886a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform linux/amd64 rockylinux/rockylinux:8.6 +FROM --platform=linux/amd64 rockylinux/rockylinux:8.6 ######################## ### VERSION SETTINGS ###