From c8e5d2c577f746fe64edfe640176e5c66e1c7bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:13:08 +0000 Subject: [PATCH] chore(deps): bump celestiaorg/celestia-app from 1.1.0 to v1.2.0 Bumps [celestiaorg/celestia-app](https://github.com/celestiaorg/celestia-app) from 1.1.0 to v1.2.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.1.0...v1.2.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 bc0c77e..6aceacb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/celestiaorg/celestia-app:v1.1.0 AS celestia-app +FROM ghcr.io/celestiaorg/celestia-app:v1.2.0 AS celestia-app FROM ghcr.io/celestiaorg/celestia-node:v0.11.0