Update postgres Docker tag to v16.4 (#99)

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-08-08 16:28:08 -04:00 committed by Renovate
parent b15c7a855a
commit 9ed352a992

View File

@ -11,7 +11,7 @@ services:
- db
db:
container_name: rustbot-database
image: postgres:16.3-alpine3.19@sha256:1abbdd8c5bfb10ba18bb39a447e0a6980754f51e2dafb5541988743fb0a01144
image: postgres:16.4-alpine3.19@sha256:4643e3d9c26a7e7c9f4cb1b15f7de13bb94de774e4b0a5a83fd4570df1c7a13d
restart: unless-stopped
ports:
- 37931:5432/tcp