Skip to content

Commit 30daa4e

Browse files
committed
feat: 🔧 update PHP version to 8.4.14
* Bumped the PHP version from 8.4.12 to 8.4.14 in the Dockerfile. * Ensures compatibility with the latest features and security updates.
1 parent f97813c commit 30daa4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.12
1+
ARG PHP_VERSION=8.4.14
22

33
FROM php:${PHP_VERSION}-fpm-alpine
44
LABEL maintainer="Milos Svasek <[email protected]>" \

0 commit comments

Comments
 (0)