chore(deps): update postgres docker tag to v17
This commit is contained in:
parent
1d8dee6002
commit
2c82a0a61b
@ -10,7 +10,7 @@
|
||||
- name: Create the postgres container
|
||||
docker_container:
|
||||
name: postgres
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
restart_policy: unless-stopped
|
||||
recreate: true
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user