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
|
- 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user