From bc5b2fc47df65c4d20a644c998e9c295035b4e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:43:58 +0000 Subject: [PATCH] Bump flipt-io/flipt in /projects/feature-flags/container Bumps [flipt-io/flipt](https://github.com/flipt-io/flipt) from v1.51.1 to v1.52.0. - [Release notes](https://github.com/flipt-io/flipt/releases) - [Changelog](https://github.com/flipt-io/flipt/blob/main/CHANGELOG.md) - [Commits](https://github.com/flipt-io/flipt/compare/v1.51.1...v1.52.0) --- updated-dependencies: - dependency-name: flipt-io/flipt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/feature-flags/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/feature-flags/container/Dockerfile b/projects/feature-flags/container/Dockerfile index ef53d844e1..0a9f16f10f 100644 --- a/projects/feature-flags/container/Dockerfile +++ b/projects/feature-flags/container/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/flipt-io/flipt:v1.51.1 +FROM ghcr.io/flipt-io/flipt:v1.52.0 # Run any pending migrations on startup CMD ["sh", "-c", "./flipt migrate && ./flipt"] \ No newline at end of file