Commit 7c553e5
authored
Update pandoc docker image to v3.x
When we run the release of chaos-monkey-spring-boot v3.1.1 we got an error during the creation of the GitHub Release, because the pandoc/core image is not available in version 3.13 anymore.
The error was:
```
Pull down action image 'pandoc/core:3.13'
/usr/bin/docker pull pandoc/core:3.13
Error response from daemon: manifest for pandoc/core:3.13 not found: manifest unknown: manifest unknown
Warning: Docker pull failed with exit code 1, back off 4.301 seconds before retry.
```1 parent c2ce11c commit 7c553e5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments