mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
Curly braces for the Dockerfile.
This commit is contained in:
@ -136,7 +136,7 @@ RUN chmod a+x /tmp/out/bin/*
|
||||
#
|
||||
# The previous build stage from which binaries are copied is controlled by the
|
||||
# MODE ARG (see above).
|
||||
FROM $(BASE_IMG) AS final
|
||||
FROM ${BASE_IMG} AS final
|
||||
|
||||
# Copy binaries from the 'source' build stage into the image we are building
|
||||
COPY --from=source /tmp/out/bin/* /usr/local/bin/
|
||||
|
Reference in New Issue
Block a user