diff --git a/README.md b/README.md index 05068dd4dfbb20901aa97e7a4f4c86b0508ef669..2b85ac127033459e037cb658261584095d7af710 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.17.0-0.12.6-full as wkhtmltopdf -FROM php:8.2-fpm-alpine3.17 AS app +FROM surnet/alpine-wkhtmltopdf:3.19.0-0.12.6-full as wkhtmltopdf +FROM php:8.2-fpm-alpine3.19 AS app # wkhtmltopdf install dependencies RUN apk add --no-cache \ @@ -10,7 +10,7 @@ RUN apk add --no-cache \ libx11 \ libxrender \ libxext \ - libssl1.1 \ + libssl3 \ ca-certificates \ fontconfig \ freetype \ diff --git a/alpine-3.19/0.12.6/libwkhtmltox.so b/alpine-3.19/0.12.6/libwkhtmltox.so new file mode 100755 index 0000000000000000000000000000000000000000..cd1a0253300690ea836eb222424e74b57d7fc228 Binary files /dev/null and b/alpine-3.19/0.12.6/libwkhtmltox.so differ diff --git a/alpine-3.19/0.12.6/wkhtmltopdf b/alpine-3.19/0.12.6/wkhtmltopdf new file mode 100755 index 0000000000000000000000000000000000000000..e2f19facc6275b7cab78f09a08db140e6864ae1d Binary files /dev/null and b/alpine-3.19/0.12.6/wkhtmltopdf differ