Skip to content

Commit ccea918

Browse files
authored
Merge pull request #705 from kishen-v/bump-centos
Bump CentOS image to stream 9
2 parents c8d492e + 0aef54b commit ccea918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414

1515
# centos base image
16-
FROM quay.io/centos/centos:stream8 AS centos-base
16+
FROM quay.io/centos/centos:stream9 AS centos-base
1717
RUN yum install -y util-linux nfs-utils e2fsprogs xfsprogs ca-certificates && yum clean all && rm -rf /var/cache/yum

0 commit comments

Comments
 (0)