We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4545693 commit 1ca3176Copy full SHA for 1ca3176
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG branch=latest
+ARG branch=stable
2
FROM cccs/assemblyline-v4-service-base:$branch
3
4
# Python path to the service class from your service directory
@@ -25,7 +25,7 @@ RUN pip install --no-cache-dir --user --requirement requirements.txt && \
25
rm -rf ~/.cache/pip
26
27
# Patch version in manifest
28
-ARG version=4.6.0.dev1
+ARG version=4.5.1.dev1
29
USER root
30
RUN sed -i -e "s/\$SERVICE_TAG/$version/g" service_manifest.yml
31
0 commit comments