From 63940db1a03267acb81e2640d257889bc1089fbd Mon Sep 17 00:00:00 2001 From: CHAMI Rachid Date: Thu, 19 Oct 2023 13:40:48 +0200 Subject: [PATCH] chore: bump app version to v1.1.0 in e2e (#544) --- e2e/Dockerfile_e2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/Dockerfile_e2e b/e2e/Dockerfile_e2e index 73358e26..bdc24548 100644 --- a/e2e/Dockerfile_e2e +++ b/e2e/Dockerfile_e2e @@ -6,7 +6,7 @@ WORKDIR /orchestrator-relayer RUN make build # final image -FROM ghcr.io/celestiaorg/celestia-app:v1.0.0 +FROM ghcr.io/celestiaorg/celestia-app:v1.1.0 USER root