Skip to content

Commit

Permalink
Merge pull request #295 from digital-land/fix/trello-3443-app-version
Browse files Browse the repository at this point in the history
Fix: Use current version of app in security scanning
  • Loading branch information
cpcundill authored Sep 2, 2024
2 parents f75ab73 + ee9d4a4 commit 6a21d6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ services:
depends_on:
db:
condition: service_healthy
image: public.ecr.aws/l6z6v3j6/digital-land-platform:${DOCKER_APPLICATION_TAG-latest}
build:
context: .
dockerfile: Dockerfile
target: dev
environment:
ENVIRONMENT: production
S3_HOISTED_BUCKET: https://digital-land-production-collection-dataset-hoisted.s3.eu-west-2.amazonaws.com
Expand Down

0 comments on commit 6a21d6e

Please sign in to comment.