diff --git a/Dockerfile b/Dockerfile index dc44571..e040f92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,9 @@ RUN apk add --update --no-cache \ ttf-dejavu ttf-droid ttf-freefont ttf-liberation ttf-ubuntu-font-family # On alpine static compiled patched qt headless wkhtmltopdf (46.8 MB). -COPY --from=madnight/alpine-wkhtmltopdf-builder:0.12.5-alpine3.10-606718795 \ +COPY --from=madnight/alpine-wkhtmltopdf-builder:0.12.5-alpine3.10-2894863267 \ /bin/wkhtmltopdf /bin/wkhtmltopdf RUN [ "$(sha256sum /bin/wkhtmltopdf | awk '{ print $1 }')" \ - == "06139f13500db9b0b4373d40ff0faf046e536695fa836e92f41d829696d6859f" ] + == "ed527095e2232bf6f48c5686fc639b19060e6821f220ed8d662d1f57dd0135e9" ] ENTRYPOINT ["wkhtmltopdf"]