Skip to content

Commit

Permalink
chore(deps): update docker.flipt.io/flipt/flipt docker tag to v1.53.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent a190c3d commit fcc0aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ services:
- "1031:1031"

init_flipt:
image: docker.flipt.io/flipt/flipt:v1.49.2
image: docker.flipt.io/flipt/flipt:v1.53.2
command: ["./flipt", "import", "/var/opt/flipt/flipt.yml"]
environment:
FLIPT_LOG_LEVEL: debug
Expand All @@ -147,7 +147,7 @@ services:
- "flipt:/var/opt/flipt"

flipt:
image: docker.flipt.io/flipt/flipt:v1.49.2
image: docker.flipt.io/flipt/flipt:v1.53.2
command: ["./flipt", "--force-migrate"]
environment:
FLIPT_CORS_ENABLED: true
Expand Down

0 comments on commit fcc0aca

Please sign in to comment.