update(postgresql): bump version to 16.4

contains a fix for CVE-2024-7348
This commit is contained in:
Sebastian Fleer 2024-09-02 13:48:36 +02:00
parent 9d16ac5320
commit 3dd727b7ed
No known key found for this signature in database
GPG key ID: C24CB83D52ADE8D6

View file

@ -6,7 +6,7 @@ postgresql_socket_path: "{{ postgresql_base_path }}/sockets"
postgresql_config_path: "{{ postgresql_base_path }}/config"
postgresql_connect_socket: true
postgresql_container_version: "16.3"
postgresql_container_version: "16.4"
postgresql_container_distro: "alpine"
postgresql_container_image_reference: >-