Skip to content

Commit

Permalink
Update to Jam v0.3.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
gStart9 authored Oct 6, 2024
1 parent f5145fa commit 75411eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 2 additions & 5 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/migrations.ts
Original file line number Diff line number Diff line change
@@ -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");

0 comments on commit 75411eb

Please sign in to comment.