Skip to content

Commit 4a8b78c

Browse files
committed
bump version
1 parent c0f5c8c commit 4a8b78c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.2"
22

33
services:
44
markdeck:
5-
image: "arne/markdeck-pandoc:0.23"
5+
image: "arne/markdeck-pandoc:0.26"
66
volumes:
77
- type: bind
88
source: ./

src/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ services:
66
context: .
77
dockerfile: Dockerfile.pandoc
88
args:
9-
version: 0.25
10-
motto: impress-ive bundle, again
11-
image: "arne/markdeck-pandoc:0.25"
9+
version: 0.26
10+
motto: rescuing source code (hot fix release)
11+
image: "arne/markdeck-pandoc:0.26"
1212
volumes:
1313
- type: bind
1414
source: ./

0 commit comments

Comments
 (0)