We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611bc1b commit 848f4a9Copy full SHA for 848f4a9
2 files changed
container/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get remove -y gcc-12
17
18
# Download the buildcache
19
RUN mkdir /mirror
20
-RUN aws --region us-east-1 --no-sign-request s3 sync --only-show-errors s3://spack-binaries/develop-2025-07-13/tutorial /mirror
+RUN aws --region us-east-1 --no-sign-request s3 sync --only-show-errors s3://spack-binaries/v0.23.1/tutorial /mirror
21
22
RUN chmod -R go+r /mirror
23
outputs/defs.sh
@@ -14,7 +14,7 @@ fi
14
raw_outputs="${PROJECT}/raw"
15
16
# used by scripts
-tutorial_branch=develop
+tutorial_branch=releases/v0.23
print_status() {
printf "\n%b: %s\n\n" "\033[1;35m$1\033[0m" "$2"
0 commit comments