Fix mercure requiring go >= 1.25.0

This commit is contained in:
Slim Amamou 2025-08-26 12:15:16 +01:00
parent 124fe772b5
commit d9d593c6e1

View file

@ -6,7 +6,7 @@
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
ARG PHP_VERSION=8.2
ARG CADDY_VERSION=2.10.0
ARG CADDY_VERSION=2.10.2
# yarn build
FROM node AS yarn_build