chore: update centos to centos:9

This commit is contained in:
Jon Ayers 2023-02-15 08:39:30 +00:00
parent e6f03c8b73
commit c5af541180
No known key found for this signature in database
GPG Key ID: 9F699B87EE52311D
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream8
FROM quay.io/centos/centos:stream9
SHELL ["/bin/bash", "-c"]
@ -8,7 +8,6 @@ RUN dnf upgrade --assumeyes --refresh && \
dnf install --assumeyes \
bash \
ca-certificates \
curl \
device-mapper-persistent-data \
dnf-utils \
gcc \