We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b209d43 commit defa450Copy full SHA for defa450
containers/Dockerfile.base-spack
@@ -6,7 +6,7 @@
6
################################################################################
7
# NOTE: Keep an eye on:
8
# ${SPACK_ROOT}/share/spack/templates/container/rockylinux_8.dockerfile
9
-FROM rockylinux:8.8 as base-os
+FROM rockylinux:8.9 as base-os
10
11
# csh currently required for some build scripts e.g. MOM5
12
RUN dnf update -y \
0 commit comments