Update postgres Docker tag to v16.3 (#56)

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-05-09 19:23:10 -04:00 committed by Renovate
parent 2df76b0eb3
commit f8022aaf29

View File

@ -11,7 +11,7 @@ services:
- db
db:
container_name: rustbot-database
image: postgres:16.2-alpine3.19@sha256:951bfda460300925caa3949eaa092ba022e9aec191bbea9056a39e2382260b27
image: postgres:16.3-alpine3.19@sha256:7f7832dfb7770c7256fe3f8c4cb57617caee45e2494cc0a736594135237ed9bf
restart: unless-stopped
ports:
- 37931:5432/tcp