From 35b96b7ed1897abbdc7e3c962a6b65b508f3782e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 08:45:46 +0000 Subject: [PATCH] Bump flipt-io/flipt in /projects/feature-flags/container Bumps [flipt-io/flipt](https://github.com/flipt-io/flipt) from v1.38.2 to v1.39.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.38.2...v1.39.2) --- 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 64fa462d34..abaf1d894d 100644 --- a/projects/feature-flags/container/Dockerfile +++ b/projects/feature-flags/container/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/flipt-io/flipt:v1.38.2 +FROM ghcr.io/flipt-io/flipt:v1.39.2 # Run any pending migrations on startup CMD ["sh", "-c", "./flipt migrate && ./flipt"] \ No newline at end of file