diff --git a/Dockerfile b/Dockerfile index 149d03d..3b438fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -#FROM ghcr.io/joinmarket-webui/jam-standalone:v0.2.0-clientserver-v0.9.11 -FROM ghcr.io/joinmarket-webui/jam-dev-standalone:v0.2.0-clientserver-v0.9.11-patch-20240622 +FROM ghcr.io/joinmarket-webui/jam-standalone:v0.3.0-clientserver-v0.9.11 # arm64 or amd64 ARG PLATFORM diff --git a/manifest.yaml b/manifest.yaml index 71cb9c5..5733274 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,11 +1,8 @@ id: jam title: Jam -version: 0.2.0.2 +version: 0.3.0 release-notes: | - * Rename service's title from JAM to Jam - * Bump allowed Bitcoin version - * Copy touchups - * Update nginx repo's PGP key in upstream Jam container + * Update Jam to [v0.3.0](https://github.com/joinmarket-webui/jam/releases/tag/v0.3.0) (via [jam-docker](https://github.com/joinmarket-webui/jam-docker)) license: MIT wrapper-repo: "https://github.com/Start9Labs/jam-startos" upstream-repo: "https://github.com/joinmarket-webui/jam-docker" diff --git a/scripts/services/migrations.ts b/scripts/services/migrations.ts index bc63eb7..10716bb 100644 --- a/scripts/services/migrations.ts +++ b/scripts/services/migrations.ts @@ -1,4 +1,4 @@ import { compat, types as T } from "../deps.ts"; export const migration: T.ExpectedExports.migration = - compat.migrations.fromMapping({}, "0.2.0.2"); + compat.migrations.fromMapping({}, "0.3.0");