Skip to content

Commit

Permalink
chore(deps): update postgis/postgis docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent f7566b1 commit b5ec683
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LAMASSU_FEED_CACHE_MINIMUM_INTERVAL_IN_S=21600
REDIS_MEMORY_MB=1024

# ipl-db variables
IPL_POSTGIS_IMAGE=postgis/postgis:15-3.4-alpine
IPL_POSTGIS_IMAGE=postgis/postgis:17-3.4-alpine
IPL_POSTGRES_DB=geoserver
IPL_POSTGRES_USER=geoserver

Expand Down Expand Up @@ -108,7 +108,7 @@ OCPDB_CELERY_BROKER_URL=amqp://ocpdb-rabbitmq
OCPDB_PRIVACY_URL=https://www.nvbw.de/datenschutz
OCPDB_LEGAL_NOTICE_URL=https://www.nvbw.de/impressum
OCPDB_IMAGE=ghcr.io/binary-butterfly/ocpdb:1.0.0
OCPDB_DB_IMAGE=postgis/postgis:15-3.4-alpine
OCPDB_DB_IMAGE=postgis/postgis:17-3.4-alpine

# ParkAPI
PARK_API_API_PORT=7500
Expand All @@ -117,7 +117,7 @@ PARK_API_POSTGRES_DB=park-api
PARK_API_POSTGRES_HOST=park-api-db
PARK_API_CELERY_BROKER_URL=amqp://park-api-rabbitmq
PARK_API_IMAGE=ghcr.io/parkendd/park-api-v3:0.15.3
PARK_API_DB_IMAGE=postgis/postgis:15-3.4-alpine
PARK_API_DB_IMAGE=postgis/postgis:17-3.4-alpine

# Caddy
CADDY_IMAGE=caddy:2.8.4-alpine
Expand Down

0 comments on commit b5ec683

Please sign in to comment.