Skip to content

Commit

Permalink
Use new Z3 image location (#3702)
Browse files Browse the repository at this point in the history
This PR points the K CI dockerfile to the new Z3 image repository from
runtimeverification/z3-images#4
  • Loading branch information
Baltoli authored Oct 11, 2023
1 parent 6181e46 commit e6e3157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASE_DISTRO
ARG K_VERSION

ARG Z3_VERSION
FROM runtimeverificationinc/${BASE_OS}-${BASE_DISTRO}-z3:${Z3_VERSION} as Z3
FROM runtimeverificationinc/z3:${BASE_OS}-${BASE_DISTRO}-${Z3_VERSION} as Z3

ARG BASE_OS
ARG BASE_DISTRO
Expand Down

0 comments on commit e6e3157

Please sign in to comment.