Skip to content

Commit 1ca3176

Browse files
committed
Update Dockerfile arguments for stable release
1 parent 4545693 commit 1ca3176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG branch=latest
1+
ARG branch=stable
22
FROM cccs/assemblyline-v4-service-base:$branch
33

44
# Python path to the service class from your service directory
@@ -25,7 +25,7 @@ RUN pip install --no-cache-dir --user --requirement requirements.txt && \
2525
rm -rf ~/.cache/pip
2626

2727
# Patch version in manifest
28-
ARG version=4.6.0.dev1
28+
ARG version=4.5.1.dev1
2929
USER root
3030
RUN sed -i -e "s/\$SERVICE_TAG/$version/g" service_manifest.yml
3131

0 commit comments

Comments
 (0)