chore(deps): update postgres docker tag to v18 - autoclosed #38

Closed
renovate wants to merge 1 commit from renovate/postgres-18.x into main
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ services:
- "8080:8080"
db:
image: postgres:15.14
image: postgres:18.0@sha256:b5b154cfe5bfed10a2e68f9d064ab76cebf28b4c80bedf714e6b500f839fbe9d
restart: unless-stopped
networks:
- keycloak

View file

@ -56,7 +56,7 @@ services:
- POSTGRES_DB=mailmandb
- POSTGRES_USER=mailman
- POSTGRES_PASSWORD=wvQjbMRnwFuxGEPz
image: postgres:12-alpine
image: postgres:18-alpine@sha256:f898ac406e1a9e05115cc2efcb3c3abb3a92a4c0263f3b6f6aaae354cbb1953a
volumes:
- /opt/mailman/database:/var/lib/postgresql/data
networks: