1
0
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:
Martin Hoffmann
2023-10-23 12:17:46 +02:00
parent b2fd9197c8
commit ce27115cb8

View File

@ -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/