Skip to content

Commit

Permalink
chore(deps): update ghcr.io/envelope-zero/backend docker tag to v6.0.1 (
Browse files Browse the repository at this point in the history
#1805)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent a8e59ee commit 3e330d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Current backend version as service container
services:
backend:
image: ghcr.io/envelope-zero/backend:v6.0.0
image: ghcr.io/envelope-zero/backend:v6.0.1
env:
CORS_ALLOW_ORIGINS: http://localhost:3000
API_URL: http://localhost:3000/api
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ volumes:

services:
backend:
image: ghcr.io/envelope-zero/backend:v6.0.0
image: ghcr.io/envelope-zero/backend:v6.0.1
user: root
volumes:
- ez-dev-data:/data
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ volumes:

services:
backend:
image: ghcr.io/envelope-zero/backend:v6.0.0
image: ghcr.io/envelope-zero/backend:v6.0.1
user: root
volumes:
- ez-production-data:/data
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
backend:
image: ghcr.io/envelope-zero/backend:v6.0.0
image: ghcr.io/envelope-zero/backend:v6.0.1
user: root
ports:
- 8081:8080
Expand Down

0 comments on commit 3e330d3

Please sign in to comment.