Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install docs: docker copy --from is wrong #980

Closed
doronaco opened this issue Nov 8, 2020 · 1 comment · Fixed by #981
Closed

install docs: docker copy --from is wrong #980

doronaco opened this issue Nov 8, 2020 · 1 comment · Fixed by #981

Comments

@doronaco
Copy link

doronaco commented Nov 8, 2020

It's
COPY --from=hairyhenderson/gomplate:3.7.0-slim /gomplate /bin/gomplate
but should be
COPY --from=hairyhenderson/gomplate:v3.7.0-slim /gomplate /bin/gomplate

@hairyhenderson
Copy link
Owner

@doronaco thanks for pointing this out! I'll fix that right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants