From ba46d54fee538c4a8d05ced549fceb5ba4f4ed17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:22:43 +0000 Subject: [PATCH] chore(deps): bump celestiaorg/celestia-app from v1.6.0 to v1.7.0 Bumps [celestiaorg/celestia-app](https://github.com/celestiaorg/celestia-app) from v1.6.0 to v1.7.0. - [Release notes](https://github.com/celestiaorg/celestia-app/releases) - [Changelog](https://github.com/celestiaorg/celestia-app/blob/main/.goreleaser.yaml) - [Commits](https://github.com/celestiaorg/celestia-app/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: celestiaorg/celestia-app 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..675c063 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/celestiaorg/celestia-app:v1.6.0 AS celestia-app +FROM ghcr.io/celestiaorg/celestia-app:v1.7.0 AS celestia-app FROM ghcr.io/rollkit/celestia-da:v0.12.9