From b9a2147809a360af916c86b4b7b9d7ee66af0c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 16:30:30 +0200 Subject: [PATCH] chore(deps): bump celestiaorg/celestia-node from v0.9.1 to v0.9.2 (#27) Bumps [celestiaorg/celestia-node](https://github.com/celestiaorg/celestia-node) from v0.9.1 to v0.9.2. - [Release notes](https://github.com/celestiaorg/celestia-node/releases) - [Commits](https://github.com/celestiaorg/celestia-node/compare/v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: celestiaorg/celestia-node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aee880d..30bdf03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/celestiaorg/celestia-app:v0.12.2 AS celestia-app -FROM ghcr.io/celestiaorg/celestia-node:v0.9.1 +FROM ghcr.io/celestiaorg/celestia-node:v0.9.2 USER root