We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9830fd6 commit 353884aCopy full SHA for 353884a
.gitignore
@@ -1,4 +1,5 @@
1
.DS_Store
2
+.vscode
3
.env
4
*.db
5
*.macaroon
Dockerfile
@@ -1,4 +1,4 @@
-FROM ghcr.io/getalby/hub:v1.6.0 AS builder
+FROM ghcr.io/getalby/hub:v1.8.0 AS builder
FROM debian:12-slim AS final
manifest.yaml
@@ -1,6 +1,6 @@
id: albyhub
title: Alby Hub
-version: 1.6.0
+version: 1.8.0
release-notes: Alby Hub initial release
license: Apache-2.0
6
wrapper-repo: "https://github.com/horologger/albyhub-startos"
scripts/procedures/migrations.ts
import { compat, types as T } from "../deps.ts";
export const migration: T.ExpectedExports.migration = compat.migrations
- .fromMapping({}, "1.6.0" );
+ .fromMapping({}, "1.8.0" );
0 commit comments