File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG LLVM_VERSION
6
6
FROM ghcr.io/foundry-rs/foundry:nightly-ca67d15f4abd46394b324c50e21e66f306a1162d as FOUNDRY
7
7
8
8
ARG Z3_VERSION
9
- FROM runtimeverificationinc/ubuntu-jammy-z3: ${Z3_VERSION} as Z3
9
+ FROM runtimeverificationinc/z3: ubuntu-jammy-${Z3_VERSION} as Z3
10
10
11
11
ARG K_VERSION
12
12
FROM runtimeverificationinc/kframework-k:ubuntu-jammy-${K_VERSION}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " kevm-pyk"
7
- version = " 1.0.315 "
7
+ version = " 1.0.316 "
8
8
description = " "
9
9
authors = [
10
10
" Runtime Verification, Inc. <[email protected] >" ,
Original file line number Diff line number Diff line change 6
6
from typing import Final
7
7
8
8
9
- VERSION : Final = '1.0.315 '
9
+ VERSION : Final = '1.0.316 '
Original file line number Diff line number Diff line change 1
- 1.0.315
1
+ 1.0.316
You can’t perform that action at this time.
0 commit comments