Pin postgres Docker tag to 1d74239

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-03-25 07:32:26 +00:00
parent cdee302f4f
commit 3e2588f86d

View File

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