Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix: change JAVA_HOME env in Dockerfile/entrypoint
Browse files Browse the repository at this point in the history
Co-authored-by: name [email protected]
  • Loading branch information
sindrerh2 committed Mar 29, 2022
1 parent e12b968 commit 1d31e96
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 @@ FROM maven:3.8.4-eclipse-temurin-17-alpine
ENV COSIGN_VERSION=v1.6.0

COPY --from=builder /src/bin/salsa /usr/local/bin/
COPY --from=builder /src/salsa-sample.yaml $HOME/.salsa.yaml
COPY --from=builder /src/salsa-sample.yaml .salsa.yaml
RUN chmod +x /usr/local/bin/salsa

RUN apk add --no-cache ca-certificates git curl
Expand Down

0 comments on commit 1d31e96

Please sign in to comment.