build: use correct centos9 image

This commit is contained in:
Carlos Alexandro Becker
2023-06-24 16:17:11 +00:00
parent 6a6032276b
commit 7f1f65a942
+1 -1
View File
@@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream9-minimal AS test_base
FROM quay.io/centos/centos:stream9 AS test_base
ARG package
RUN echo "${package}"
COPY ${package} /tmp/foo.rpm