Skip to content

Commit

Permalink
Dockerfile.base-spack: Updated default SPACK_VERSION to 0.21 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat authored Jun 18, 2024
1 parent 3c0840d commit 382f898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/Dockerfile.base-spack
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN dnf update -y \
FROM base-os as base-spack

ARG SPACK_GIT_URL=https://github.com/ACCESS-NRI/spack.git
ARG SPACK_VERSION=v0.20
ARG SPACK_VERSION=v0.21
ARG SPACK_REPO_VERSION=releases/${SPACK_VERSION}
ARG SPACK_PACKAGES_REPO_VERSION=main
ARG SPACK_CONFIG_REPO_VERSION=main
Expand Down

0 comments on commit 382f898

Please sign in to comment.