Skip to content

Commit defa450

Browse files
authored
Dockerfile.base-spack: upgrade from Rocky Linux 8.8 to 8.9 (#145)
* Gadi has been upgraded to Rocky Linux 8.9.
1 parent b209d43 commit defa450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/Dockerfile.base-spack

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
################################################################################
77
# NOTE: Keep an eye on:
88
# ${SPACK_ROOT}/share/spack/templates/container/rockylinux_8.dockerfile
9-
FROM rockylinux:8.8 as base-os
9+
FROM rockylinux:8.9 as base-os
1010

1111
# csh currently required for some build scripts e.g. MOM5
1212
RUN dnf update -y \

0 commit comments

Comments
 (0)