Skip to content

Commit

Permalink
Merge pull request #816 from hairyhenderson/alpine-binary-belongs-in-bin
Browse files Browse the repository at this point in the history
Fix alpine docker image binary location
  • Loading branch information
Dave Henderson authored and GitHub committed Apr 21, 2020
2 parents e0f3db6 + 8466732 commit bba3ab7
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 @@ -72,7 +72,7 @@ LABEL org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.source="https://github.com/hairyhenderson/gomplate"

COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=compress /bin/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT}-slim /gomplate
COPY --from=compress /bin/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT}-slim /bin/gomplate

ENTRYPOINT [ "/bin/gomplate" ]

Expand Down

0 comments on commit bba3ab7

Please sign in to comment.