Skip to content

Commit 430ceef

Browse files
Release v29.0.4
1 parent 17f8312 commit 430ceef

2 files changed

Lines changed: 5 additions & 38 deletions

File tree

binaries/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ARG GO_VERSION=1.23.4
1+
ARG GO_VERSION=1.25.4
22

33
FROM ghcr.io/loong64/golang:${GO_VERSION}-trixie AS builder
44

5-
ARG RUNC_VERSION=v1.2.2
6-
ARG CONTAINERD_VERSION=v1.7.24
7-
ARG DOCKER_VERSION=v27.4.0
5+
ARG RUNC_VERSION=v1.3.3
6+
ARG CONTAINERD_VERSION=v2.1.5
7+
ARG DOCKER_VERSION=v29.0.4
88
ARG TINI_VERSION=v0.19.0
99

1010
RUN set -ex; \
@@ -88,7 +88,7 @@ RUN set -ex; \
8888
rm -rf docker
8989

9090
FROM ghcr.io/loong64/debian:trixie-slim
91-
ARG DOCKER_VERSION=v27.0.1
91+
ARG DOCKER_VERSION=v29.0.4
9292

9393
COPY --from=builder /opt /opt
9494
WORKDIR /opt

docker.service

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)