Skip to content

Commit 33a6722

Browse files
authored
Merge pull request #27 from remcoros/sparrow-2.2.3
update sparrow to 2.2.3
2 parents 3e62f25 + 7aeb0e3 commit 33a6722

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN \
3333
cp index.html vnc.html && \
3434
mkdir Downloads
3535

36-
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm-7784e3cf-ls114 AS buildstage
36+
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm-64c54f55-ls117 AS buildstage
3737

3838
# these are specified in Makefile
3939
ARG ARCH

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN \
3838
cp index.html vnc.html && \
3939
mkdir Downloads
4040

41-
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-debianbookworm-7784e3cf-ls114 AS buildstage
41+
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-debianbookworm-64c54f55-ls117 AS buildstage
4242

4343
# these are specified in Makefile
4444
ARG ARCH

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SPARROW_VERSION := 2.2.2
2-
SPARROW_DEBVERSION := 2.2.2-1
1+
SPARROW_VERSION := 2.2.3
2+
SPARROW_DEBVERSION := 2.2.3-1
33
SPARROW_PGP_SIG := E94618334C674B40
44
# sha256 hashes can be found in https://github.com/mikefarah/yq/releases/download/v4.40.7/checksums-bsd
55
YQ_VERSION := 4.40.7

manifest.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
id: sparrow-webtop
22
title: "Sparrow"
3-
version: 2.2.2
3+
version: 2.2.3
44
release-notes: |
5-
* Update Sparrow to 2.2.2 - [Release Notes](https://github.com/sparrowwallet/sparrow/releases/tag/2.2.2)
6-
* Update Sparrow to 2.2.1 - [Release Notes](https://github.com/sparrowwallet/sparrow/releases/tag/2.2.1)
5+
* Update Sparrow to 2.2.3 - [Release Notes](https://github.com/sparrowwallet/sparrow/releases/tag/2.2.3)
76
* Update Sparrow to 2.2.0 - [Release Notes](https://github.com/sparrowwallet/sparrow/releases/tag/2.2.0)
87
license: GPLv3
98
wrapper-repo: "https://github.com/remcoros/sparrow-webtop-startos"

scripts/procedures/migrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ export const migration: T.ExpectedExports.migration = compat.migrations
2020
{ version: "2.0.0.1", type: "down" },
2121
),
2222
},
23-
}, "2.2.2");
23+
}, "2.2.3");

0 commit comments

Comments
 (0)