diff --git a/README.md b/README.md index 2b85ac127033459e037cb658261584095d7af710..5bc1d73e4be0645601fa15a92395462a7738820b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ To create the binaries for a new version of either Alpine or wkhtmltopdf, use this `Dockerfile` and adjust the version tags: ``` -FROM surnet/alpine-wkhtmltopdf:3.19.0-0.12.6-full as wkhtmltopdf -FROM php:8.2-fpm-alpine3.19 AS app +FROM surnet/alpine-wkhtmltopdf:3.20.0-0.12.6-full as wkhtmltopdf +FROM php:8.2-fpm-alpine3.20 AS app # wkhtmltopdf install dependencies RUN apk add --no-cache \ diff --git a/alpine-3.20/0.12.6/libwkhtmltox.so b/alpine-3.20/0.12.6/libwkhtmltox.so new file mode 100755 index 0000000000000000000000000000000000000000..6df68eed191233348abb69601e89bb59b3e0e1ff Binary files /dev/null and b/alpine-3.20/0.12.6/libwkhtmltox.so differ diff --git a/alpine-3.20/0.12.6/wkhtmltopdf b/alpine-3.20/0.12.6/wkhtmltopdf new file mode 100755 index 0000000000000000000000000000000000000000..ecdcc02be02df79587e5936101ea8e5d8f47d731 Binary files /dev/null and b/alpine-3.20/0.12.6/wkhtmltopdf differ