Skip to content

Commit 628fafc

Browse files
Merge branch 'master' into raoul/is-valid-jump-dest
2 parents 7299f8a + cb24a0a commit 628fafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG LLVM_VERSION
66
FROM ghcr.io/foundry-rs/foundry:nightly-ca67d15f4abd46394b324c50e21e66f306a1162d as FOUNDRY
77

88
ARG Z3_VERSION
9-
FROM runtimeverificationinc/ubuntu-jammy-z3:${Z3_VERSION} as Z3
9+
FROM runtimeverificationinc/z3:ubuntu-jammy-${Z3_VERSION} as Z3
1010

1111
ARG K_VERSION
1212
FROM runtimeverificationinc/kframework-k:ubuntu-jammy-${K_VERSION}

0 commit comments

Comments
 (0)