Skip to content

Commit

Permalink
Update postgis/postgis Docker tag to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 45c6830 commit aa93c64
Showing 1 changed file with 2 additions and 2 deletions.
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 aa93c64

Please sign in to comment.