1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-16 20:00:59 -05:00

Update Postgres to 16.3

This commit is contained in:
toast-ts 2024-05-16 09:26:12 +10:00
parent 46912aa4a4
commit fb1ed5b0e1

View File

@ -7,7 +7,7 @@ services:
- 6379:6379/tcp
db:
container_name: daggerbot-postgres
image: postgres:16.2-alpine3.19
image: postgres:16.3-alpine3.19
restart: unless-stopped
ports:
- 5432:5432/tcp