chore(deps): update postgres docker tag to v17

This commit is contained in:
Renovate Bot 2024-10-04 04:00:49 +00:00
parent c984a62aec
commit 02ec43445f

View File

@ -10,7 +10,7 @@
- name: Create the postgres container - name: Create the postgres container
docker_container: docker_container:
name: postgres name: postgres
image: postgres:16-alpine image: postgres:17-alpine
restart_policy: unless-stopped restart_policy: unless-stopped
recreate: true recreate: true
ports: ports: