There was an error while loading. Please reload this page.
1 parent 23f1aaa commit 3a55653Copy full SHA for 3a55653
2 files changed
Containerfile
@@ -1,6 +1,6 @@
1
FROM ubuntu:26.04 AS source
2
3
-ADD --checksum=sha256:c9fc77c077f1c81c581324dfdd4cc785307ea3c5b5f19ceecf9ee20fa78ac792 https://github.com/laurent22/joplin/releases/download/v3.6.15/Joplin-3.6.15.deb /tmp/app.deb
+ADD --checksum=sha256:1b7f42d2ee978b1adf5cd95b8880b48769f42e3135076632392192022e300e7d https://github.com/laurent22/joplin/releases/download/v3.6.16/Joplin-3.6.16.deb /tmp/app.deb
4
5
FROM ghcr.io/containerpak/gtk3:main
6
cpak.json
@@ -3,7 +3,7 @@
"manifest_version": "2.0",
"name": "Joplin",
"description": "Write notes and synchronize them across your devices.",
- "version": "3.6.15",
+ "version": "3.6.16",
7
"image": "ghcr.io/containerpak/joplin:main",
8
"binaries": [
9
"/usr/bin/joplin"
0 commit comments