Skip to content

Commit 6c7b1b6

Browse files
Have bootstrap container use same base image as env container
1 parent 6a75a3f commit 6c7b1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
image: "local/bootstrap"
44
build:
55
dockerfile_inline: |
6-
FROM spack/ubuntu-focal:0.21.3
6+
FROM spack/ubuntu-jammy:latest
77
VOLUME /configs
88
ARG ompi_version
99
ENV ompi_version=$$ompi_version

0 commit comments

Comments
 (0)