Compare commits

...

1 commit

Author SHA1 Message Date
3029310a6f chore(deps): update postgres docker tag to v17 2025-04-29 08:32:26 +00:00

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:16.8@sha256:fecda556831814abf7396c63883bd23a789ea131c4c38d175b9690775223db39 image: postgres:17.4@sha256:304ab813518754228f9f792f79d6da36359b82d8ecf418096c636725f8c930ad
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data