Update/v0.5.2 (#16)

* Update to latest upstream, edits for Alpine Linux, update references to StartOS

* Update to latest upstream v0.5.2
This commit is contained in:
kn0wmad
2023-09-11 21:20:28 +00:00
committed by GitHub
parent 792eb41501
commit fc34714068
3 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM recksato/robosats-client:v0.5.1-alpha
FROM recksato/robosats-client:v0.5.2-alpha
RUN apk add bash curl sudo tini wget yq; \
rm -f /var/cache/apk/*

View File

@ -1,9 +1,8 @@
id: robosats
title: "RoboSats"
version: 0.5.1
version: 0.5.2
release-notes: |
* Updated to v0.5.1-alpha [Release Notes](https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.5.1-alpha)
* Updated to StartOS references
* Updated to v0.5.2-alpha [Release Notes](https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.5.2-alpha)
license: mit
wrapper-repo: "https://github.com/kn0wmad/robosats-wrapper"
upstream-repo: "https://github.com/Reckless-Satoshi/robosats"

View File

@ -1,4 +1,4 @@
import { compat, types as T } from "../deps.ts";
export const migration: T.ExpectedExports.migration = compat.migrations
.fromMapping({}, "0.5.1" );
.fromMapping({}, "0.5.2" );