diff --git a/Dockerfile b/Dockerfile index 9f8c505..2ab92b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.8.3-slim-buster LABEL "maintainer"="Scott Ng " LABEL "repository"="https://github.com/cross-the-world/scp-pipeline" -LABEL "version"="latest" +LABEL "version"="v1.1.0" LABEL "com.github.actions.name"="scp-pipeline" LABEL "com.github.actions.description"="Pipeline: scp" @@ -24,4 +24,4 @@ RUN chmod +x /opt/tools/entrypoint.sh COPY app.py /opt/tools/app.py RUN chmod +x /opt/tools/app.py -ENTRYPOINT ["./entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/opt/tools/entrypoint.sh"] \ No newline at end of file