Skip to content

Commit 81ee8fb

Browse files
committed
feat: 🔧 update PHP version to 8.4.8
* Updated the PHP_VERSION argument in the Dockerfile to 8.4.8. * This change ensures the use of the latest PHP version for improved performance and security.
1 parent 799519f commit 81ee8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.4.6
1+
ARG PHP_VERSION=8.4.8
22

33
FROM php:${PHP_VERSION}-fpm-alpine
44
LABEL maintainer="Milos Svasek <Milos@Svasek.net>" \

0 commit comments

Comments
 (0)