chore: upgrade Infisical from v0.90.1 to v0.135.0 (#529)

* chore: upgrade Infisical from v0.90.1 to v0.135.0

* Update docker-compose.yml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Harikrishnan Dhanasekaran
2025-12-14 12:24:16 +05:30
committed by GitHub
parent 7c540d158a
commit 4c36b7d6ca
2 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ services:
depends_on:
db:
condition: service_healthy
image: infisical/infisical:v0.90.1-postgres
image: infisical/infisical:v0.135.0-postgres
environment:
- NODE_ENV=production
- ENCRYPTION_KEY
@@ -20,7 +20,6 @@ services:
command: npm run migration:latest
pull_policy: always
backend:
restart: unless-stopped
depends_on:
@@ -30,7 +29,7 @@ services:
condition: service_started
db-migration:
condition: service_completed_successfully
image: infisical/infisical:v0.90.1-postgres
image: infisical/infisical:v0.135.0-postgres
pull_policy: always
environment:
- NODE_ENV=production

View File

@@ -2992,7 +2992,7 @@
{
"id": "infisical",
"name": "Infisical",
"version": "0.90.1",
"version": "0.135.0",
"description": "All-in-one platform to securely manage application configuration and secrets across your team and infrastructure.",
"logo": "infisical.jpg",
"links": {