Skip to content

Commit b774b36

Browse files
committed
Upgrade to trixie
1 parent 6197862 commit b774b36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM php:8.4.17-fpm-bookworm
3+
FROM php:8.4.17-fpm-trixie
44

55
LABEL maintainer="Evermade"
66

@@ -94,7 +94,8 @@ RUN --mount=type=cache,sharing=private,target=/var/cache/apt \
9494
\
9595
# Nginx
9696
nginx \
97-
libnginx-mod-http-brotli \
97+
libnginx-mod-http-brotli-filter \
98+
libnginx-mod-http-brotli-static \
9899
libnginx-mod-http-cache-purge \
99100
libnginx-mod-http-geoip \
100101
libnginx-mod-http-geoip2 \

0 commit comments

Comments
 (0)