mirror of
https://github.com/goreleaser/nfpm.git
synced 2026-06-19 08:05:04 +00:00
build: use correct centos9 image
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user