Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.4 (#1553)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent c0c2238 commit 0b463c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/netbox/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ netbox_plugins_config:
# postgres

# renovate: datasource=docker depName=postgres
postgres_tag: '16.3-alpine'
postgres_tag: '16.4-alpine'
postgres_image: "{{ docker_registry_postgres }}/library/postgres:{{ postgres_tag }}"

netbox_postgres_password: password
Expand Down

0 comments on commit 0b463c9

Please sign in to comment.