Skip to content

Commit 3cf246f

Browse files
committed
Change apache dockerfile to use PHP 8.3
1 parent c119a27 commit 3cf246f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/apache.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2-apache
1+
FROM php:8.3-apache
22

33
RUN apt-get update \
44
&& apt-get install -y libicu-dev

0 commit comments

Comments
 (0)