Update postgres Docker tag to v16.3 #56

Merged
Renovate merged 1 commits from renovate/postgres-16.x into master 2024-05-09 19:23:11 -04:00

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