Skip to content

Commit

Permalink
Use new Z3 image location
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Oct 11, 2023
1 parent 6181e46 commit bc64cd7
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 bc64cd7

Please sign in to comment.