From 8ff07ecdc2fdb6ab283a0ddbf7b7825e08f1bfe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 08:18:12 +0000 Subject: [PATCH] chore(deps): bump rollkit/celestia-da from v0.12.9 to v0.13.0 Bumps [rollkit/celestia-da](https://github.com/rollkit/celestia-da) from v0.12.9 to v0.13.0. - [Release notes](https://github.com/rollkit/celestia-da/releases) - [Commits](https://github.com/rollkit/celestia-da/compare/v0.12.9...v0.13.0) --- updated-dependencies: - dependency-name: rollkit/celestia-da dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46ee2dc..223ae99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/celestiaorg/celestia-app:v1.6.0 AS celestia-app -FROM ghcr.io/rollkit/celestia-da:v0.12.9 +FROM ghcr.io/rollkit/celestia-da:v0.13.0 USER root