From 0011d34500b0eb358fb71a4f4a981b2ada0e6f49 Mon Sep 17 00:00:00 2001 From: Thom Carlin Date: Tue, 15 Oct 2024 12:12:12 -0400 Subject: [PATCH] Fix Docker lint issue (#1168) --- packaging/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \