From 3c79a905d499e47031c51d7a648e3d1faa5fa9f3 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Tue, 23 Jul 2024 19:36:57 +0200 Subject: [PATCH] use v1.2.0 this fixes the version to the current hub version v1.2.0 and keeps the packe version in sync with the hub version. once the next hub version is releases this package also needs to be updated. --- Dockerfile | 2 +- manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ac1ac1..912f1cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/getalby/hub:latest +FROM ghcr.io/getalby/hub:v1.2.0 LABEL maintainer="andrewlunde " # Start9 Packaging diff --git a/manifest.yaml b/manifest.yaml index 657463a..441209c 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,6 +1,6 @@ id: albyhub title: Alby Hub -version: 0.6.2 +version: 1.2.0 release-notes: Alby Hub initial release license: Apache-2.0 wrapper-repo: "https://github.com/horologger/albyhub-startos"