Skip to content

Commit

Permalink
Restore binary path inside the container (#196)
Browse files Browse the repository at this point in the history
This should be /bin/berglas, but was mistakenly changed to /berglas.
  • Loading branch information
sethvargo authored Aug 17, 2022
1 parent f28e74c commit 17f05cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM --platform=$BUILDPLATFORM alpine AS builder
RUN apk --no-cache add ca-certificates && \
update-ca-certificates

COPY berglas /berglas
ENTRYPOINT ["/berglas"]
COPY berglas /bin/berglas
ENTRYPOINT ["/bin/berglas"]

0 comments on commit 17f05cf

Please sign in to comment.