Update postgres Docker tag to v16.2 #41

Merged
Renovate merged 1 commits from renovate/postgres-16.x into master 2024-02-12 19:40:12 -05:00
Showing only changes of commit d4e26176c7 - Show all commits

View File

@ -11,7 +11,7 @@ services:
- db - db
db: db:
container_name: kon-database container_name: kon-database
image: postgres:16.1-alpine3.19@sha256:17eb369d9330fe7fbdb2f705418c18823d66322584c77c2b43cc0e1851d01de7 image: postgres:16.2-alpine3.19@sha256:e40a546367417fe26866e806bc8c37a7a6ee350f1cc6f26f023e7cd29b14ede0
restart: unless-stopped restart: unless-stopped
ports: ports:
- 37930:5432/tcp - 37930:5432/tcp