1
0
forked from baron/baron-sso

fix: use non-distroless image for init-rp to allow shell execution

This commit is contained in:
2026-03-18 17:05:19 +09:00
parent f8384bda9e
commit 57702fc672

View File

@@ -263,7 +263,7 @@ services:
- ory-net
init-rp:
image: oryd/hydra:${HYDRA_VERSION:-v25.4.0}
image: oryd/hydra:v25.4.0
env_file:
- .env
entrypoint: ["/bin/sh"]