Skip to content

Commit e70dd9c

Browse files
committed
Merge branch 'main' of github.com:Coderockr/docker-php into fpm
2 parents c0d1a91 + 936f8c4 commit e70dd9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.4-fpm
1+
FROM php:8.5-fpm
22

33
# keep ordered alphabetically to reduce diffs
44
RUN apt update && apt install -y \
@@ -30,7 +30,6 @@ RUN apt update && apt install -y \
3030
zip
3131

3232
RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen \
33-
&& docker-php-ext-enable opcache \
3433
&& docker-php-ext-configure gettext --with-gettext=/usr/include/ \
3534
&& docker-php-ext-configure gd --with-jpeg --with-webp --with-freetype \
3635
&& docker-php-ext-configure zip \

0 commit comments

Comments
 (0)