Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caddy@upgrade (v0.15.2) requires .... build failed #439

Closed
grekpg opened this issue Aug 8, 2023 · 1 comment
Closed

caddy@upgrade (v0.15.2) requires .... build failed #439

grekpg opened this issue Aug 8, 2023 · 1 comment

Comments

@grekpg
Copy link

grekpg commented Aug 8, 2023

I get


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

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 ?

@dunglas
Copy link
Owner

dunglas commented Aug 8, 2023

See #434 (comment)

@dunglas dunglas closed this as completed Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants