Fix mercure requiring go >= 1.25.0
This commit is contained in:
parent
124fe772b5
commit
d9d593c6e1
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,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.2
|
ARG PHP_VERSION=8.2
|
||||||
ARG CADDY_VERSION=2.10.0
|
ARG CADDY_VERSION=2.10.2
|
||||||
|
|
||||||
# yarn build
|
# yarn build
|
||||||
FROM node AS yarn_build
|
FROM node AS yarn_build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue