diff --git a/CHANGELOG b/CHANGELOG
index c965918..c638c3e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -92,3 +92,8 @@
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.2.0)
* By default, HLS transcoding is now enabled and webtorrent is disabled. We suggest you to reflect this change.
* PeerTube client now displays bigger video thumbnails.
+
+[2.3.0]
+* Update PeerTube to 3.3.0
+* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.3.0)
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 96f5965..658922a 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -1,5 +1,5 @@
{
- "version": "2.2.0",
+ "version": "2.3.0",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index b0382a5..2f8f0cc 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages PeerTube 3.2.1
+This app packages PeerTube 3.3.0
## About
diff --git a/Dockerfile b/Dockerfile
index 00296dd..176c591 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /app/code/server
ARG VERSION=3.3.0
-# note: node 10 does not work. ffmpeg 4.4 does not work - https://github.com/Chocobozzz/PeerTube/releases/tag/v3.2.0
+# note: node 10 does not work. ffmpeg 4.4 does not work - https://github.com/Chocobozzz/PeerTube/releases/tag/v3.2.0 (https://github.com/Chocobozzz/PeerTube/issues/3990)
# install peertube. the chown is required for some reason for ffmpeg. it fails with EROFS without it when transcoding
# the transcoding patch is at https://github.com/Chocobozzz/PeerTube/pull/3198