chore: update docker image to php 8.4

This commit is contained in:
2026-05-29 23:20:53 +02:00
parent 4993fdca00
commit 7c1b893e09
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:8.3-cli-alpine AS base
FROM php:8.4-cli-alpine3.21 AS base
RUN apk add --no-cache \
curl \