diff --git a/Dockerfile b/Dockerfile
index df38046b1aff30d14a480603c80d5d2987cf4cdd..5e3568ffb13f9068e7d89e66d29018d646b48937 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:bookworm-slim AS core
 
 # Build arguments
 ARG EXTRAS="ldap,s3,sentry"
-ARG APP_VERSION="==2.10.1.dev0+20220801181456.7ba74939"
+ARG APP_VERSION=""
 
 # Configure Python to be nice inside Docker and pip to stfu
 ENV PYTHONUNBUFFERED 1