diff --git a/external/nextcloud-server b/external/nextcloud-server
index 2764c381..7844c0bc 160000
--- a/external/nextcloud-server
+++ b/external/nextcloud-server
@@ -1 +1 @@
-Subproject commit 2764c381a054ca8284975e70037e96411d2ce8f8
+Subproject commit 7844c0bce1f8a5b495c86c7a09bcd862ed06d90a
diff --git a/packages/nextcloud/test/helper.dart b/packages/nextcloud/test/helper.dart
index 102bde84..c31fe5a0 100644
--- a/packages/nextcloud/test/helper.dart
+++ b/packages/nextcloud/test/helper.dart
@@ -9,7 +9,7 @@ import 'package:nextcloud/nextcloud.dart';
import 'package:process_run/cmd_run.dart';
import 'package:test/test.dart';
-const String nextcloudVersion = '24.0.2';
+const String nextcloudVersion = '24.0.3';
const String defaultUsername = 'test';
const String defaultPassword = 'supersafepasswordtocircumventpasswordpolicies';
diff --git a/specs/core.json b/specs/core.json
index ff344144..b47e79ce 100644
--- a/specs/core.json
+++ b/specs/core.json
@@ -2,7 +2,7 @@
"openapi": "3.0.3",
"info": {
"title": "Core",
- "version": "24.0.2",
+ "version": "24.0.3",
"description": "Core functionality of Nextcloud",
"license": {
"name": "agpl"
diff --git a/specs/templates/appinfo_core.xml b/specs/templates/appinfo_core.xml
index 05b1da67..97a727f1 100644
--- a/specs/templates/appinfo_core.xml
+++ b/specs/templates/appinfo_core.xml
@@ -4,6 +4,6 @@
Core
Core functionality of Nextcloud
- 24.0.2
+ 24.0.3
agpl
diff --git a/specs/templates/core.json b/specs/templates/core.json
index fb7cc4dc..c475ccb8 100644
--- a/specs/templates/core.json
+++ b/specs/templates/core.json
@@ -2,7 +2,7 @@
"openapi": "3.0.3",
"info": {
"title": "Core",
- "version": "24.0.2",
+ "version": "24.0.3",
"description": "Core functionality of Nextcloud",
"license": {
"name": "agpl"
diff --git a/tool/Dockerfile.dev b/tool/Dockerfile.dev
index 4c5e2235..339dd07b 100644
--- a/tool/Dockerfile.dev
+++ b/tool/Dockerfile.dev
@@ -1,4 +1,4 @@
-FROM nextcloud:24.0.2
+FROM nextcloud:24.0.3
WORKDIR /usr/src/nextcloud
RUN chown -R www-data:www-data .
USER www-data