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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - containerd shim for spinbox runtime

# Base image versions
ARG GO_VERSION=1.25.5
ARG GO_VERSION=1.26.2
ARG BASE_DEBIAN_DISTRO="bookworm"
ARG GOLANG_IMAGE="golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO}"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.qemu
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM ubuntu:25.10 AS builder

# Build arguments
ARG QEMU_VERSION=10.2.0
ARG QEMU_VERSION=10.2.2
ARG JOBS=8
ARG DEBIAN_FRONTEND=noninteractive

Expand Down
Loading
Loading