diff --git a/CHANGELOG b/CHANGELOG
index 5fa5f48..3a86ebd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -323,3 +323,6 @@
* Update Gitea to 1.8.3
* Update manifest to v2
+[1.13.0]
+* Update Gitea to 1.9.0
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 1226899..cef9b21 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.12.0",
+ "version": "1.13.0",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index c70d86a..20eb33b 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Gitea 1.8.3
+This app packages Gitea 1.9.0
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
diff --git a/Dockerfile b/Dockerfile
index 025c46a..0f5b08a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ RUN passwd -d git
RUN mkdir -p /home/git/gitea
WORKDIR /home/git
-RUN curl -L https://dl.gitea.io/gitea/1.8.3/gitea-1.8.3-linux-amd64 -o /home/git/gitea/gitea \
+RUN curl -L https://dl.gitea.io/gitea/1.9.0/gitea-1.9.0-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea
# setup config paths