Skip to content

Commit

Permalink
fixup! add ld-memory
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed May 31, 2023
1 parent 1287e03 commit ea52927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riotbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ RUN \

# get ld-memory from pre-built containers (ld-memory is used for on-the-fly
# .ld linker script generation)
COPY --from kaspar030/ld-memory:0.2 /ld-memory /usr/bin/ld-memory
COPY --from=kaspar030/ld-memory:0.2 /ld-memory /usr/bin/ld-memory

# get Dockerfile version from build args
ARG RIOTBUILD_VERSION=unknown
Expand Down

0 comments on commit ea52927

Please sign in to comment.