From b9a78e2782d5e9a30a2de0e2e42065372d96c230 Mon Sep 17 00:00:00 2001 From: i-cz Date: Thu, 25 Jan 2024 09:49:19 +0100 Subject: [PATCH 1/2] Update Dockerfile --- nightscout/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightscout/Dockerfile b/nightscout/Dockerfile index 3ef86d5..ebd5b70 100644 --- a/nightscout/Dockerfile +++ b/nightscout/Dockerfile @@ -10,7 +10,7 @@ COPY . /opt WORKDIR /opt/app ARG BUILD_ARCH=amd64 -ARG NIGHTSCOUT_VERSION=14.2.6 +ARG NIGHTSCOUT_VERSION=15.0.2 # hadolint ignore=DL3008 RUN \ URL="http://archive.ubuntu.com/ubuntu/" \ From 08a794c83d463a1325e5305681bfb94084db1303 Mon Sep 17 00:00:00 2001 From: i-cz Date: Thu, 25 Jan 2024 09:50:06 +0100 Subject: [PATCH 2/2] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ce64be4..2720373 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,4 +53,4 @@ jobs: image: hassioaddons/repository-updater:latest steps: - name: upload - run: repository-updater --token ${{ secrets.GIT_TOKEN }} --repository marciogranzotto/addons-repository --addon nightscout + run: repository-updater --token ${{ secrets.GIT_TOKEN }} --repository i-cz/addons-repository --addon nightscout