Skip to content

Commit

Permalink
chore(deps): update maven docker tag to v3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent a08acf9 commit 5250cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
AWS_COGNITO_ISSUER_URI: "https://cognito-idp.ca-central-1.amazonaws.com/ca-central-1_t2HSZBHur"
<<: *postgres-vars
ports: ["8090:8090", "5005:5005"]
image: maven:3.9.8-eclipse-temurin-17
image: maven:3.9.9-eclipse-temurin-17
entrypoint: sh -c './encora-cert.sh'
working_dir: /app
volumes:
Expand Down Expand Up @@ -106,7 +106,7 @@ services:
AWS_COGNITO_ISSUER_URI: "https://cognito-idp.ca-central-1.amazonaws.com/ca-central-1_t2HSZBHur"
profiles: ["oracle-api"]
network_mode: host
image: maven:3.9.8-eclipse-temurin-17
image: maven:3.9.9-eclipse-temurin-17
entrypoint: sh -c './startup.sh && mvn -ntp spring-boot:run -Dspring-boot.run.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5006"'
working_dir: /app
volumes: ["./oracle-api:/app"]
Expand Down

0 comments on commit 5250cb2

Please sign in to comment.