diff --git a/.github/action/Dockerfile b/.github/action/Dockerfile index 3be3742..1f983ea 100644 --- a/.github/action/Dockerfile +++ b/.github/action/Dockerfile @@ -1,4 +1,4 @@ -FROM sean0x42/markdown-extract:fix-build-and-stderr as source +FROM sean0x42/markdown-extract:v2 as source FROM alpine:3.10