Skip to content

Commit

Permalink
Merge pull request #13 from remcoros/wasabi-2.4.0
Browse files Browse the repository at this point in the history
update to Wasabi 2.4.0 and latest baseimage-kasmvnc
  • Loading branch information
remcoros authored Jan 11, 2025
2 parents 1347f89 + 0a39dc4 commit 88433a8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN \
cp index.html vnc.html && \
mkdir Downloads

FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm-42e0f35a-ls96 AS buildstage
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm-980ac2ea-ls99 AS buildstage

# these are specified in Makefile
ARG ARCH
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WASABI_VERSION := 2.3.1 # version used to construct download filename
WASABI_VERSION_TAG := 2.3.1 # Github tag
WASABI_VERSION := 2.4.0 # version used to construct download filename
WASABI_VERSION_TAG := 2.4.0 # Github tag
WASABI_PGP_SIG := 856348328949861E
# sha256 hashes can be found in https://github.com/mikefarah/yq/releases/download/v4.40.7/checksums-bsd
YQ_VERSION := 4.40.7
Expand Down
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
id: wasabi-webtop
title: "Wasabi"
version: 2.3.1
version: 2.4.0
release-notes: |
* Update to Wasabi 2.3.1 - See [full changelog](https://github.com/WalletWasabi/WalletWasabi/releases/tag/v2.3.1)
* Update to Wasabi 2.4.0 - See [full changelog](https://github.com/WalletWasabi/WalletWasabi/releases/tag/v2.4.0)
license: MIT
wrapper-repo: "https://github.com/remcoros/wasabi-webtop-startos"
upstream-repo: "https://github.com/WalletWasabi/WalletWasabi"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export const migration: T.ExpectedExports.migration = compat.migrations
{ version: "2.2.1.1", type: "down" },
),
},
}, "2.3.1");
}, "2.4.0");

0 comments on commit 88433a8

Please sign in to comment.