diff --git a/tasks/postgres.yml b/tasks/postgres.yml index a44e739..c2570c5 100644 --- a/tasks/postgres.yml +++ b/tasks/postgres.yml @@ -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: