Skip to content

Commit

Permalink
Update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent d35986c commit 08611b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY ./profiles/prod /build/profiles/prod
RUN mvn clean package spring-boot:repackage -Pprod

# distributed docker image
FROM eclipse-temurin:17.0.8_7-jre
FROM eclipse-temurin:21.0.4_7-jre

# expose server port
EXPOSE 8080
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: ..

importer-jooq-database:
image: postgis/postgis:12-3.1-alpine
image: postgis/postgis:14-3.1-alpine
container_name: importer-database
restart: "unless-stopped"
environment:
Expand All @@ -20,7 +20,7 @@ services:
- jore4

importer-test-database:
image: postgis/postgis:12-3.1-alpine
image: postgis/postgis:14-3.1-alpine
container_name: importer-test-database
environment:
- POSTGRES_DB=importertestdatabase
Expand Down

0 comments on commit 08611b0

Please sign in to comment.