diff --git a/CHANGELOG b/CHANGELOG
index edfc59d..a2ad6a4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -702,3 +702,7 @@
* Response 404 for diff/patch of a commit that not exist (#15221) (#15238)
* Prevent NPE in CommentMustAsDiff if no hunk header (#15199) (#15201)
* Add size to Save function (#15264) (#15271)
+
+[1.21.0]
+* Update Gitea to 1.14.0
+* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.14.0)
diff --git a/CloudronManifest.json b/CloudronManifest.json
index b3d2ca1..a96a9e0 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
- "version": "1.20.5",
+ "version": "1.21.0",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"memoryLimit": 536870912,
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 35b4a3a..37a5072 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Gitea 1.13.7
+This app packages Gitea 1.14.0
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
diff --git a/Dockerfile b/Dockerfile
index 5ec6300..f01a157 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@ RUN passwd -d git
RUN mkdir -p /home/git/gitea
WORKDIR /home/git
-ARG VERSION=1.13.7
+ARG VERSION=1.14.0
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea