mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02: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:
@ -1,5 +1,5 @@
|
||||
ARG FROMTAG=latest
|
||||
FROM nushell/nu-base:${FROMTAG} as base
|
||||
FROM quay.io/nushell/nu-base:${FROMTAG} as base
|
||||
FROM rust:1.37-slim
|
||||
COPY --from=base /usr/local/bin/nu /usr/local/bin/nu
|
||||
ENTRYPOINT ["nu"]
|
||||
|
Reference in New Issue
Block a user