We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8147c7 commit 101585bCopy full SHA for 101585b
Dockerfile
@@ -33,7 +33,6 @@ COPY ./src ./src
33
RUN rm ./target/release/deps/taskbroker*
34
RUN cargo build --release
35
36
-RUN echo "${TASKBROKER_GIT_REVISION} : ${TASKBROKER_VERSION}";
37
RUN echo "${TASKBROKER_VERSION}" > ./VERSION
38
39
# Runtime image
0 commit comments