From c407825de4e2b853d60e6bbab31aa33dc53c0585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:22:32 +0000 Subject: [PATCH] Bump flipt-io/flipt from v1.49.1 to v1.49.2 in /projects/feature-flags/container (#4237) Bump flipt-io/flipt in /projects/feature-flags/container Bumps [flipt-io/flipt](https://github.com/flipt-io/flipt) from v1.49.1 to v1.49.2. - [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.49.1...v1.49.2) --- updated-dependencies: - dependency-name: flipt-io/flipt dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3af23ce7f2..5a2c433d0f 100644 --- a/projects/feature-flags/container/Dockerfile +++ b/projects/feature-flags/container/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/flipt-io/flipt:v1.49.1 +FROM ghcr.io/flipt-io/flipt:v1.49.2 # Run any pending migrations on startup CMD ["sh", "-c", "./flipt migrate && ./flipt"] \ No newline at end of file