Skip to content

Commit

Permalink
Check with --version
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Feb 7, 2024
1 parent 55fec52 commit f5e4311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dockerfile/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
COPY --from=builder /etc/ssl/cert.pem /etc/ssl/cert.pem
COPY --from=builder /pkg/ /usr/
# make sure the binary can be executed
RUN %[10]s --help 2>/dev/null
RUN %[10]s --version 2>/dev/null
ARG BININFO_BUILD_DATE BININFO_COMMIT_HASH BININFO_VERSION
LABEL source_repository="%[6]s" \
Expand Down

0 comments on commit f5e4311

Please sign in to comment.