diff --git a/src/pages/challenge/2024/docker.mdx b/src/pages/challenge/2024/docker.mdx index a369e5b7..c8485054 100644 --- a/src/pages/challenge/2024/docker.mdx +++ b/src/pages/challenge/2024/docker.mdx @@ -25,7 +25,7 @@ export const challenge = info[year] For those who are familiar with Docker, an image suitable for submission to the MiniZinc Challenge must comply wih the following requirements: -- Your image must use the base image of minizinc/mznc{year}:latest` +- Your image must use the base image of minizinc/mznc{year}:latest - Running `minizinc` with the default solver (i.e. without the `--solver` option) must run your solver. This can be achieved through one of the following: