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