Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 3aabec0 commit 1a6e41f
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 @@ -107,7 +107,7 @@ netbox_plugins_config:
# postgres

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

# renovate: datasource=docker depName=pgautoupgrade/pgautoupgrade
Expand Down

0 comments on commit 1a6e41f

Please sign in to comment.