Skip to content

Commit ea52927

Browse files
committed
fixup! add ld-memory
1 parent 1287e03 commit ea52927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riotbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ RUN \
366366

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

371371
# get Dockerfile version from build args
372372
ARG RIOTBUILD_VERSION=unknown

0 commit comments

Comments
 (0)