Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

FROM scratch AS runner
COPY --from=qemux/qemu:7.49 / /
COPY --from=qemux/qemu:7.50 / /

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / Test / shellcheck

Do not copy an entire filesystem from another stage

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [hadolint] <DL3067> reported by reviewdog 🐶
Do not copy an entire filesystem from another stage


ARG VERSION_ARG="0.0"
ARG DEBCONF_NOWARNINGS="yes"
Expand Down
Loading