From bca20bd8a0c3986c77df64e0779c1e1963beab63 Mon Sep 17 00:00:00 2001 From: 11ze Date: Sat, 20 Apr 2024 10:19:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=20version=EF=BC=9B?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=20php82=20=E7=9A=84=20wkhtmltopdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.11ze.yml | 2 -- services/php82/Dockerfile | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) 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 \