Skip to content

Commit 2dbc702

Browse files
chore(deps): update maven docker tag to v3.9.10 (#2033)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87b5041 commit 2dbc702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
AWS_COGNITO_ISSUER_URI: "https://cognito-idp.ca-central-1.amazonaws.com/ca-central-1_t2HSZBHur"
4949
<<: *postgres-vars
5050
ports: ["8090:8090", "5005:5005"]
51-
image: maven:3.9.9-eclipse-temurin-17
51+
image: maven:3.9.10-eclipse-temurin-17
5252
entrypoint: sh -c './encora-cert.sh'
5353
working_dir: /app
5454
volumes:
@@ -106,7 +106,7 @@ services:
106106
AWS_COGNITO_ISSUER_URI: "https://cognito-idp.ca-central-1.amazonaws.com/ca-central-1_t2HSZBHur"
107107
profiles: ["oracle-api"]
108108
network_mode: host
109-
image: maven:3.9.9-eclipse-temurin-17
109+
image: maven:3.9.10-eclipse-temurin-17
110110
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"'
111111
working_dir: /app
112112
volumes: ["./oracle-api:/app"]

0 commit comments

Comments
 (0)