Skip to content
Snippets Groups Projects
Verified Commit 139aedf3 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove hard-coded app version from Dockerfile

parent a7b7d210
No related branches found
No related tags found
No related merge requests found
Pipeline #85976 canceled
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment