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 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/" \