Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Abhishek Kumar <[email protected]>
  • Loading branch information
corverroos and xenowits authored Jun 5, 2023
1 parent 2ca95b5 commit ceff8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN \
--mount=type=cache,target=/go/pkg \
--mount=type=cache,target=/root/.cache/go-build \
go build -o charon "${GO_BUILD_FLAGS}" .
RUN echo "Built charon version=$(./charon version )"
RUN echo "Built charon version=$(./charon version)"

# Copy final binary into light stage.
FROM debian:bullseye-slim
Expand Down

0 comments on commit ceff8fb

Please sign in to comment.