Update Alpine version for Postgres

This commit is contained in:
toast 2024-08-10 08:22:05 +10:00
parent dc1997f0e3
commit 58a38b1ce4

View File

@ -11,7 +11,7 @@ services:
- db - db
db: db:
container_name: rustbot-database container_name: rustbot-database
image: postgres:16.4-alpine3.19@sha256:664c86747c1a9a34af2699184323ec146aa1ec83062de615f81326a161fc8208 image: postgres:16.4-alpine3.20
restart: unless-stopped restart: unless-stopped
ports: ports:
- 37931:5432/tcp - 37931:5432/tcp