From 10791bc196aa32fd3a642a55f867949966f7f5b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:06:59 +0000 Subject: [PATCH] Bump flipt-io/flipt in /projects/feature-flags/container Bumps [flipt-io/flipt](https://github.com/flipt-io/flipt) from v1.52.0 to v1.53.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.52.0...v1.53.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 0a9f16f10..6563f30be 100644 --- a/projects/feature-flags/container/Dockerfile +++ b/projects/feature-flags/container/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/flipt-io/flipt:v1.52.0 +FROM ghcr.io/flipt-io/flipt:v1.53.0 # Run any pending migrations on startup CMD ["sh", "-c", "./flipt migrate && ./flipt"] \ No newline at end of file