Skip to content

Commit

Permalink
build: use correct centos9 image
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jun 24, 2023
1 parent 6a60322 commit 7f1f65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/acceptance/rpm_centos9.dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7f1f65a

Please sign in to comment.