diff --git a/Dockerfile b/Dockerfile index 9c4549d..3138e49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/joinmarket-webui/jam-standalone:v0.1.4-clientserver-v0.9.8 +FROM ghcr.io/joinmarket-webui/jam-standalone:v0.1.5-clientserver-v0.9.9 # arm64 or amd64 ARG PLATFORM diff --git a/manifest.yaml b/manifest.yaml index 73582c3..e038050 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,8 +1,8 @@ id: jam title: JAM -version: 0.1.4.1 +version: 0.1.5 release-notes: | - * Fix to require Bitcoin Core wallets loaded and RPC calls enabled + * Update to latest upstream - [JAM v0.1.5 Release Notes](https://github.com/joinmarket-webui/jam/releases/tag/v0.1.5) license: mit wrapper-repo: "https://github.com/Start9Labs/jam-wrapper" upstream-repo: "https://github.com/joinmarket-webui/jam-docker" diff --git a/scripts/services/migrations.ts b/scripts/services/migrations.ts index 2e5f941..1857408 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.1.4.1" ); + .fromMapping( {}, "0.1.5" );