From c69b5c5d42bd686edadd8f9b9bfc1b62158bb466 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 14 Apr 2022 07:40:05 +0000 Subject: [PATCH] Fix some missed our references --- postorius/Dockerfile.dev | 2 +- web/Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postorius/Dockerfile.dev b/postorius/Dockerfile.dev index a5d0041..e427a1c 100644 --- a/postorius/Dockerfile.dev +++ b/postorius/Dockerfile.dev @@ -32,7 +32,7 @@ RUN --mount=type=cache,target=/root/.cache \ django-utils-six \ && python3 -m pip install -U 'Django<3.2' \ && python3 -m pip install -U \ - git+https://gitlab.com/mailman/django-mailman3@${DJ_MM3_REF} \ + git+https://gitlab.com/mailman/django-mailman3 \ && apk del .build-deps \ && addgroup -S mailman \ && adduser -S -G mailman mailman \ diff --git a/web/Dockerfile.dev b/web/Dockerfile.dev index 6d22688..9b2809c 100644 --- a/web/Dockerfile.dev +++ b/web/Dockerfile.dev @@ -38,7 +38,7 @@ RUN --mount=type=cache,target=/root/.cache \ django-utils-six \ && python3 -m pip install -U 'Django<3.2' \ && python3 -m pip install -U \ - git+https://gitlab.com/mailman/django-mailman3@${DJ_MM3_REF} \ + git+https://gitlab.com/mailman/django-mailman3 \ && apk del .build-deps \ && addgroup -S mailman \ && adduser -S -G mailman mailman \