Skip to content

Commit cb24a0a

Browse files
Update Dockerfile (#2110)
* Update Dockerfile Updating repository for image pull for z3 * Set Version: 1.0.316 --------- Co-authored-by: devops <[email protected]>
1 parent 1b557af commit cb24a0a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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}

kevm-pyk/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kevm-pyk"
7-
version = "1.0.315"
7+
version = "1.0.316"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",

kevm-pyk/src/kevm_pyk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from typing import Final
77

88

9-
VERSION: Final = '1.0.315'
9+
VERSION: Final = '1.0.316'

package/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.315
1+
1.0.316

0 commit comments

Comments
 (0)