Skip to content

Commit 1eb0c3c

Browse files
committed
feat(inventory): update PostgreSQL image version from 16-alpine to 17-alpine
- Updated `postgres_image` in `inventory/host_vars/localhost.yml` to use version 17-alpine - Aligns with infrastructure standardization and ensures latest PostgreSQL features and security updates Closes #XYZ
1 parent bca7faf commit 1eb0c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inventory/host_vars/localhost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ iam_users:
2121
hosts: "{{ groups.all }}"
2222

2323
# https://hub.docker.com/_/postgres
24-
postgres_image: postgres:16-alpine
24+
postgres_image: postgres:17-alpine
2525
# postgres_build_image: true # default: false
2626
postgres_hostname: postgres01
2727
postgres_user: example

0 commit comments

Comments
 (0)