Skip to content

Commit

Permalink
Fix docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Aug 12, 2024
1 parent fd9b5d5 commit 7151eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/docker-compose.cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
condition: service_healthy

app:
image: monitorfish-app:v1.59.4_snapshot
image: monitorfish-app:$MONITORFISH_VERSION
container_name: monitorfish_backend
environment:
- ENV_DB_URL=jdbc:postgresql://db:5432/monitorfishdb?user=postgres&password=postgres
Expand Down

0 comments on commit 7151eec

Please sign in to comment.