Skip to content

Commit

Permalink
bump docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jul 22, 2024
1 parent 7f5ab52 commit 7fbe3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/flatzinc/challenge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DOCKER_BUILD_CMD := docker build
endif
DOCKER_RUN_CMD := docker run --rm --init

MZN_SUFFIX=2024v4
MZN_SUFFIX=2024v5
DOCKER_NAME=cp-sat-minizinc-challenge
MZN_TAG=${DOCKER_NAME}:${MZN_SUFFIX}
MZN_LS_TAG=${DOCKER_NAME}-ls:${MZN_SUFFIX}
Expand Down

0 comments on commit 7fbe3d7

Please sign in to comment.