mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
so close, needed to have quay.io as from image base (not docker hub)
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
This commit is contained in:
parent
f81dbee5f9
commit
2983fc1dea
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
ARG FROMTAG=latest
|
ARG FROMTAG=latest
|
||||||
FROM nushell/nu-base:${FROMTAG} as base
|
FROM quay.io/nushell/nu-base:${FROMTAG} as base
|
||||||
FROM rust:1.37-slim
|
FROM rust:1.37-slim
|
||||||
COPY --from=base /usr/local/bin/nu /usr/local/bin/nu
|
COPY --from=base /usr/local/bin/nu /usr/local/bin/nu
|
||||||
ENTRYPOINT ["nu"]
|
ENTRYPOINT ["nu"]
|
||||||
|
|
Loading…
Reference in a new issue