Skip to content

Commit

Permalink
chore: 删除 version;升级 php82 的 wkhtmltopdf
Browse files Browse the repository at this point in the history
  • Loading branch information
11ze committed Apr 20, 2024
1 parent c5a2afe commit bca20bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker-compose.11ze.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

networks:
default:
driver: bridge
Expand Down
4 changes: 2 additions & 2 deletions services/php82/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -26,7 +26,7 @@ RUN apk --no-cache add tzdata \
libx11 \
libxrender \
libxext \
libssl1.1 \
libssl3 \
ca-certificates \
fontconfig \
freetype \
Expand Down

0 comments on commit bca20bd

Please sign in to comment.