diff --git a/packaging/container/Dockerfile b/packaging/container/Dockerfile index bc45d0a2c..5834d7ded 100644 --- a/packaging/container/Dockerfile +++ b/packaging/container/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/centos/centos:stream9 as builder +FROM quay.io/centos/centos:stream9 AS builder ARG VERSION RUN dnf -y update && \