Skip to content

Commit c0aad0e

Browse files
committed
Use dummy default version for untagged images
1 parent 3a7f17c commit c0aad0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 DOCKER_METADATA_OUTPUT_VERSION=4.5.1.dev1
28+
ARG DOCKER_METADATA_OUTPUT_VERSION=1.0.0.dev1
2929
USER root
3030
RUN sed -i -e "s/\$SERVICE_TAG/$DOCKER_METADATA_OUTPUT_VERSION/g" service_manifest.yml
3131

0 commit comments

Comments
 (0)