Fixed(cicd) needed to update Caddy to 2.9.1

This commit is contained in:
Slim Amamou 2025-01-14 09:18:03 +01:00
parent 11dff10306
commit c8289266d1

View file

@ -5,7 +5,7 @@
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact # https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
ARG PHP_VERSION=8.1 ARG PHP_VERSION=8.1
ARG CADDY_VERSION=2.8.4 ARG CADDY_VERSION=2.9.1
# yarn build # yarn build
FROM gmolaire/yarn AS yarn_build FROM gmolaire/yarn AS yarn_build