Skip to content

Commit

Permalink
Merge pull request #3436 from thaJeztah/fix_tests
Browse files Browse the repository at this point in the history
frontend: fix testMultiStageImplicitFrom to account for busybox changes
  • Loading branch information
crazy-max committed Dec 27, 2022
2 parents e0220af + 34f9898 commit abcab14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/dockerfile/dockerfile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3598,7 +3598,7 @@ COPY --from=busybox /etc/passwd test

dockerfile = []byte(`
FROM busybox AS golang
RUN mkdir /usr/bin && echo -n foo > /usr/bin/go
RUN mkdir -p /usr/bin && echo -n foo > /usr/bin/go
FROM scratch
COPY --from=golang /usr/bin/go go
Expand Down

0 comments on commit abcab14

Please sign in to comment.