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

Update Postgres to 16.3

This commit is contained in:
toast-ts 2024-05-16 09:26:12 +10:00
parent c9ae5226e9
commit 7c40fdb83a

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