Skip to content

Commit

Permalink
Update buildcache location (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
alalazo committed Nov 7, 2023
1 parent 9bebe83 commit 474d2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04 AS stage

ENV DEBIAN_FRONTEND=noninteractive \
REMOTE_BUILDCACHE_URL="s3://spack-binaries/releases/v0.20/tutorial"
REMOTE_BUILDCACHE_URL="s3://spack-binaries/releases/v0.21/tutorial"

# Install AWS cli
RUN apt-get update -y && \
Expand Down

0 comments on commit 474d2c5

Please sign in to comment.