Skip to content

Commit 118a03a

Browse files
authored
build: Update qemu-arm to v2.20
1 parent ee6ba7a commit 118a03a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM scratch
2-
COPY --from=qemux/qemu-arm:2.19 / /
2+
COPY --from=qemux/qemu-arm:2.20 / /
33

4-
ARG VERSION_ARG="0.0"
4+
ARG VERSION_ARG="4.00"
55
ARG DEBCONF_NOWARNINGS="yes"
66
ARG DEBIAN_FRONTEND="noninteractive"
77
ARG DEBCONF_NONINTERACTIVE_SEEN="true"

0 commit comments

Comments
 (0)