From 64afe243b41b1b718413e0d0ece53fe909172b4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:08:55 +0100 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/netbootxyz docker tag to v2 (#1572) * chore(deps): update lscr.io/linuxserver/netbootxyz docker tag to v2 * Update app version [ready] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tipi CI Co-authored-by: JigSaw --- apps/netbootxyz/config.json | 2 +- apps/netbootxyz/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/netbootxyz/config.json b/apps/netbootxyz/config.json index 64e6df75..e6a77b13 100644 --- a/apps/netbootxyz/config.json +++ b/apps/netbootxyz/config.json @@ -6,7 +6,7 @@ "id": "netbootxyz", "description": "Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.", "tipi_version": 2, - "version": "0.7.0", + "version": "2.0.53", "categories": [ "utilities" ], diff --git a/apps/netbootxyz/docker-compose.yml b/apps/netbootxyz/docker-compose.yml index 69e155ec..72ef5db5 100644 --- a/apps/netbootxyz/docker-compose.yml +++ b/apps/netbootxyz/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: netbootxyz: - image: lscr.io/linuxserver/netbootxyz:0.7.0 + image: lscr.io/linuxserver/netbootxyz:2.0.53 container_name: netbootxyz volumes: - ${APP_DATA_DIR}/data/config:/config