We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54b137 commit f8147c7Copy full SHA for f8147c7
Dockerfile
@@ -33,6 +33,7 @@ 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