diff --git a/docker-compose.11ze.yml b/docker-compose.11ze.yml index d521eb5e..a76ad25f 100644 --- a/docker-compose.11ze.yml +++ b/docker-compose.11ze.yml @@ -1,5 +1,3 @@ -version: '3' - networks: default: driver: bridge diff --git a/services/php82/Dockerfile b/services/php82/Dockerfile index 49b6ac33..7f015520 100644 --- a/services/php82/Dockerfile +++ b/services/php82/Dockerfile @@ -1,5 +1,5 @@ ARG PHP_VERSION -FROM surnet/alpine-wkhtmltopdf:3.16.2-0.12.6-full as wkhtmltopdf +FROM surnet/alpine-wkhtmltopdf:3.19.1-0.12.6-full as wkhtmltopdf FROM ${PHP_VERSION} ARG TZ @@ -26,7 +26,7 @@ RUN apk --no-cache add tzdata \ libx11 \ libxrender \ libxext \ - libssl1.1 \ + libssl3 \ ca-certificates \ fontconfig \ freetype \