You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
downloading github.com/dunglas/mercure/caddy v0.15.2
23.29 go: github.com/dunglas/mercure/caddy@upgrade (v0.15.2) requires github.com/caddyserver/caddy/[email protected], not github.com/caddyserver/caddy/[email protected]
23.29 2023/08/08 08:03:43 [FATAL] exit status 1
dont change anythink - build stop working. ...
somme time ago i must add
# Build Caddy with the Mercure and Vulcain modules
# Temporary fix for https://github.com/dunglas/mercure/issues/770
FROM caddy:2.7-builder-alpine AS app_caddy_builder
RUN xcaddy build v2.6.4 \
--with github.com/dunglas/mercure \
--with github.com/dunglas/mercure/caddy \
--with github.com/dunglas/vulcain \
--with github.com/dunglas/vulcain/caddy
beacause build stop working ...
what i should now ?
UPDATE 1
I change to
FROM caddy:2.7-builder-alpine AS app_caddy_builder
database_1 | 2023-06-06 10:37:29.170 UTC [5711] DETAIL: Role "postgres" does not exist.
database_1 | Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
Before try build app works fine - I dont change anythink
How to fix this ?
The text was updated successfully, but these errors were encountered:
I get
dont change anythink - build stop working. ...
somme time ago i must add
beacause build stop working ...
what i should now ?
UPDATE 1
I change to
FROM caddy:2.7-builder-alpine AS app_caddy_builder
RUN xcaddy build v2.7.2
--with github.com/dunglas/mercure
--with github.com/dunglas/mercure/caddy
--with github.com/dunglas/vulcain
--with github.com/dunglas/vulcain/caddy
but get
database_1 | 2023-06-06 10:37:29.170 UTC [5711] DETAIL: Role "postgres" does not exist.
database_1 | Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
Before try build app works fine - I dont change anythink
How to fix this ?
The text was updated successfully, but these errors were encountered: