Skip to content

Commit 61eb4fb

Browse files
chore(deps): update all non-major dependencies (#2104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4339969 commit 61eb4fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.10-eclipse-temurin-17
51+
image: maven:3.9.11-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.10-eclipse-temurin-17
109+
image: maven:3.9.11-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"]

oracle-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN ./mvnw package -Pnative -DskipTests -Dskip.unit.tests=true && \
1010

1111

1212
### Deployer
13-
FROM eclipse-temurin:17.0.15_6-jdk-jammy AS deploy
13+
FROM eclipse-temurin:17.0.16_8-jdk-jammy AS deploy
1414

1515
# Java vars
1616
ENV LANG=en_CA.UTF-8

0 commit comments

Comments
 (0)