We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f5c8c commit 4a8b78cCopy full SHA for 4a8b78c
docker-compose.yaml
@@ -2,7 +2,7 @@ version: "3.2"
2
3
services:
4
markdeck:
5
- image: "arne/markdeck-pandoc:0.23"
+ image: "arne/markdeck-pandoc:0.26"
6
volumes:
7
- type: bind
8
source: ./
src/docker-compose.yaml
@@ -6,9 +6,9 @@ services:
context: .
dockerfile: Dockerfile.pandoc
args:
9
- version: 0.25
10
- motto: impress-ive bundle, again
11
- image: "arne/markdeck-pandoc:0.25"
+ version: 0.26
+ motto: rescuing source code (hot fix release)
12
13
14
0 commit comments