Compare commits

...

1 commit

Author SHA1 Message Date
Renovate Bot
1e3f4616e0 chore(deps): update postgres docker tag to v17.5
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
2025-05-22 10:36:06 +00:00

View file

@ -2,7 +2,7 @@ version: "3.5"
services: services:
db: db:
image: postgres:17.2-alpine image: postgres:17.5-alpine
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres