From 57702fc672b5b0062b25521b95279d3f56091451 Mon Sep 17 00:00:00 2001 From: chan Date: Wed, 18 Mar 2026 17:05:19 +0900 Subject: [PATCH] fix: use non-distroless image for init-rp to allow shell execution --- docker/staging_pull_compose.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/staging_pull_compose.template.yaml b/docker/staging_pull_compose.template.yaml index 91e1ced1..d3f60502 100644 --- a/docker/staging_pull_compose.template.yaml +++ b/docker/staging_pull_compose.template.yaml @@ -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"]