Skip to content

Commit

Permalink
Fix stray backtick in docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cyderize committed Jul 14, 2024
1 parent 55f58f7 commit afa14eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/challenge/2024/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>minizinc/mznc{year}:latest</code>`
- Your image must use the base image of <code>minizinc/mznc{year}:latest</code>
- 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:

Expand Down

0 comments on commit afa14eb

Please sign in to comment.