Skip to content

Commit

Permalink
bump qemu-9.2.0 alpine-3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikdusan committed Dec 16, 2024
1 parent f5efda9 commit 3a689be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.3
FROM alpine:3.21.0

RUN apk update
RUN apk upgrade
Expand Down
2 changes: 1 addition & 1 deletion command/base
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ HOST_OS=${HOST_OS_RAW,,}
HOST_ARCH=${HOST_ARCH_RAW,,}

QEMU_NAME="qemu"
QEMU_REV="9.2.0-rc1"
QEMU_REV="9.2.0"

# when not empty use `git clone` instead of downloading source tarball
QEMU_GIT_COMMIT=""
Expand Down

0 comments on commit 3a689be

Please sign in to comment.