mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-12-22 03:15:35 +00:00
Update to v0.4.3 (#11)
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM recksato/robosats-client:v0.4.1-alpha
|
FROM recksato/robosats-client:v0.4.3-alpha
|
||||||
RUN apt-get update && apt-get install wget curl sudo bash tini -y
|
RUN apt-get update && apt-get install wget curl sudo bash tini -y
|
||||||
RUN wget https://github.com/mikefarah/yq/releases/download/v4.6.3/yq_linux_amd64.tar.gz -O - |\
|
RUN wget https://github.com/mikefarah/yq/releases/download/v4.6.3/yq_linux_amd64.tar.gz -O - |\
|
||||||
tar xz && mv yq_linux_amd64 /usr/bin/yq
|
tar xz && mv yq_linux_amd64 /usr/bin/yq
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
id: robosats
|
id: robosats
|
||||||
title: "RoboSats"
|
title: "RoboSats"
|
||||||
version: 0.4.1.1
|
version: 0.4.3
|
||||||
release-notes: |
|
release-notes: |
|
||||||
* Updated to v0.4.1-alpha [Release Notes](https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.4.1-alpha)
|
* Updated to v0.4.3-alpha [Release Notes](https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.4.3-alpha)
|
||||||
license: mit
|
license: mit
|
||||||
wrapper-repo: "https://github.com/kn0wmad/robosats-wrapper"
|
wrapper-repo: "https://github.com/kn0wmad/robosats-wrapper"
|
||||||
upstream-repo: "https://github.com/Reckless-Satoshi/robosats"
|
upstream-repo: "https://github.com/Reckless-Satoshi/robosats"
|
||||||
|
|||||||
@ -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 = compat.migrations
|
export const migration: T.ExpectedExports.migration = compat.migrations
|
||||||
.fromMapping({}, "0.4.1.1" );
|
.fromMapping({}, "0.4.3" );
|
||||||
|
|||||||
Reference in New Issue
Block a user