There was an error while loading. Please reload this page.
1 parent 17f8312 commit 430ceefCopy full SHA for 430ceef
2 files changed
binaries/Dockerfile
@@ -1,10 +1,10 @@
1
-ARG GO_VERSION=1.23.4
+ARG GO_VERSION=1.25.4
2
3
FROM ghcr.io/loong64/golang:${GO_VERSION}-trixie AS builder
4
5
-ARG RUNC_VERSION=v1.2.2
6
-ARG CONTAINERD_VERSION=v1.7.24
7
-ARG DOCKER_VERSION=v27.4.0
+ARG RUNC_VERSION=v1.3.3
+ARG CONTAINERD_VERSION=v2.1.5
+ARG DOCKER_VERSION=v29.0.4
8
ARG TINI_VERSION=v0.19.0
9
10
RUN set -ex; \
@@ -88,7 +88,7 @@ RUN set -ex; \
88
rm -rf docker
89
90
FROM ghcr.io/loong64/debian:trixie-slim
91
-ARG DOCKER_VERSION=v27.0.1
92
93
COPY --from=builder /opt /opt
94
WORKDIR /opt
docker.service
0 commit comments