chore(deps): update postgres docker tag to v17
This commit is contained in:
parent
c984a62aec
commit
02ec43445f
@ -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