Skip to content

Commit 353884a

Browse files
committed
bumped version to v1.8.0
1 parent 9830fd6 commit 353884a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
2+
.vscode
23
.env
34
*.db
45
*.macaroon

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/getalby/hub:v1.6.0 AS builder
1+
FROM ghcr.io/getalby/hub:v1.8.0 AS builder
22

33
FROM debian:12-slim AS final
44

manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: albyhub
22
title: Alby Hub
3-
version: 1.6.0
3+
version: 1.8.0
44
release-notes: Alby Hub initial release
55
license: Apache-2.0
66
wrapper-repo: "https://github.com/horologger/albyhub-startos"

scripts/procedures/migrations.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { compat, types as T } from "../deps.ts";
22

33
export const migration: T.ExpectedExports.migration = compat.migrations
4-
.fromMapping({}, "1.6.0" );
4+
.fromMapping({}, "1.8.0" );

0 commit comments

Comments
 (0)