Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg authored Jul 10, 2024
1 parent 4084bd4 commit 4aa519b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
with:
push: true
context: .
file: spack/ci-spack-pyprecice-external-deps-2004.dockerfile
tags: precice/ci-spack-pyprecice-external-deps-2004
file: spack/ci-spack-pyprecice-external-deps-2404.dockerfile
tags: precice/ci-spack-pyprecice-external-deps-2404
2 changes: 1 addition & 1 deletion .github/workflows/build-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: build_spack_external
runs-on: ubuntu-latest
timeout-minutes: 15
container: precice/ci-spack-pyprecice-external-deps-2004
container: precice/ci-spack-pyprecice-external-deps-2404
defaults:
run:
shell: "bash --login -eo pipefail {0}"
Expand Down
2 changes: 1 addition & 1 deletion spack/ci-spack-pyprecice-external-deps-2004.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage with Spack pre-installed and ready to be used
FROM ubuntu:20.04
FROM spack/ubuntu-noble:latest

ARG DEBIAN_FRONTEND=noninteractive
SHELL ["/bin/bash", "-c"]
Expand Down

0 comments on commit 4aa519b

Please sign in to comment.