Skip to content

Commit 6a99d9b

Browse files
committed
chore: update PHP version to 8.5 and bump DIRBROWSER_VERSION to 3.16.0
1 parent 2ff8e38 commit 6a99d9b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
FROM php:8.4-fpm-alpine AS base
1+
FROM php:8.5-fpm-alpine AS base
22

3-
ENV DIRBROWSER_VERSION=3.15.0
3+
ENV DIRBROWSER_VERSION=3.16.0
44

55
RUN apk update && apk upgrade
66

7-
RUN docker-php-ext-install opcache
8-
97
RUN apk add --no-cache libzip-dev \
108
&& docker-php-ext-configure zip \
119
&& docker-php-ext-install zip

0 commit comments

Comments
 (0)