Update RoboSats-client to v0.7.1-alpha

This commit is contained in:
gStart9
2024-10-19 13:26:40 -06:00
parent 44676a5f4e
commit 415289caf4
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,8 +1,8 @@
id: robosats id: robosats
title: "RoboSats" title: "RoboSats"
version: 0.7.0.1 version: 0.7.1
release-notes: | release-notes: |
* Updated to RoboSats v0.7.0-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.0-alpha)(client+[patch 1ba8183](https://github.com/RoboSats/robosats/issues/1373#issuecomment-2345859784)) * Updated to RoboSats v0.7.1-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.1-alpha)
license: mit license: mit
wrapper-repo: "https://github.com/RoboSats/robosats-startos" wrapper-repo: "https://github.com/RoboSats/robosats-startos"
upstream-repo: "https://github.com/Reckless-Satoshi/robosats" upstream-repo: "https://github.com/Reckless-Satoshi/robosats"

View File

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