Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.23
ARG ALPINE_VERSION=3.22
ARG XX_VERSION=1.7.0
ARG GO_VERSION=1.25
ARG ALPINE_VERSION=3.23
ARG XX_VERSION=1.9.0

ARG QEMU_VERSION=HEAD
ARG QEMU_REPO=https://github.com/qemu/qemu
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variable "QEMU_REPO" {
default = "https://github.com/qemu/qemu"
}
variable "QEMU_VERSION" {
default = "v10.0.4"
default = "v10.1.3"
}
variable "QEMU_PATCHES" {
default = "cpu-max-arm"
Expand Down
1 change: 1 addition & 0 deletions patches/aports.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
10.1.3,69cc34ee44d4179210803cdc0fdf241629453767
10.0.4,c9b4dbf9a02f4616c7e82fd4b97938da0f058c03
9.2.2,334b162677f79271980f61d410dc136b98b93fc4
8.1.50,e9d411e67e815ab0fcf1d00885cb55dd0f99e810
Expand Down
Loading