From e101d23de93cef23306e0f22b615eb10bccb8af4 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Sat, 28 Sep 2024 00:00:41 -0500 Subject: [PATCH] fix: Update decktape to v3.9.0 (#5) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 25dc85a..e104c3d 100644 --- a/Makefile +++ b/Makefile @@ -7,12 +7,12 @@ default: decktape all: decktape decktape: talk.md - docker run --rm -v ${dir_path}:/slides/ astefanutti/decktape:3.7.0 \ + docker run --rm -v ${dir_path}:/slides/ astefanutti/decktape:3.9.0 \ https://matthewfeickert-talks.github.io/${current_dir}/index.html \ talk.pdf cp talk.pdf feickert_chep_2024_2024-10-21.pdf decktape_local: talk.md - docker run --rm -t --net=host -v ${dir_path}:/slides astefanutti/decktape:3.7.0 \ + docker run --rm -t --net=host -v ${dir_path}:/slides astefanutti/decktape:3.9.0 \ http://localhost:8001 \ localhost_draft.pdf