Skip to content

Commit

Permalink
Merge pull request #20 from mmul-it/use-v1.2.0-as-base-container
Browse files Browse the repository at this point in the history
Use kpa-marp-pandoc:v1.2.0 as base container
  • Loading branch information
rascasoft authored Jan 22, 2025
2 parents 54be70d + ee93555 commit 566fc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile for KPA project to be used in CI

# Start from kpa-marp-pandoc
FROM ghcr.io/mmul-it/kpa-marp-pandoc:v1.1.0
FROM ghcr.io/mmul-it/kpa-marp-pandoc:v1.2.0

# Create workdir path
RUN mkdir /kpa
Expand Down

0 comments on commit 566fc43

Please sign in to comment.