Skip to content

Commit 04ce016

Browse files
committed
Add modifications for v1.0
1 parent 433abc4 commit 04ce016

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/spack/tutorial-ubuntu-22.04:v2024-05-07
1+
FROM ghcr.io/spack/tutorial-ubuntu-22.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

@@ -18,7 +18,7 @@ RUN apt-get remove -y gcc-12
1818

1919
# Download the buildcache
2020
RUN mkdir /mirror
21-
RUN rclone copy :s3:spack-binaries/v0.23.1/tutorial /mirror
21+
RUN rclone copy :s3:spack-binaries/v1.0.0/tutorial /mirror
2222

2323
RUN chmod -R go+r /mirror
2424

outputs/defs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
raw_outputs="${PROJECT}/raw"
1515

1616
# used by scripts
17-
tutorial_branch=releases/v0.23
17+
tutorial_branch=releases/v1.0
1818

1919
print_status() {
2020
printf "\n%b: %s\n\n" "\033[1;35m$1\033[0m" "$2"

0 commit comments

Comments
 (0)