Skip to content

Commit

Permalink
Curly braces for the Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Oct 23, 2023
1 parent b2fd919 commit ce27115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit ce27115

Please sign in to comment.