Skip to content

Commit 2ae9a7a

Browse files
committed
golang 1.24.4; containerd 2.1.3
1 parent cb77c33 commit 2ae9a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ${BASE_IMAGE} as build
33

44
ARG OS_ARCH="amd64"
55
# See https://go.dev/dl/
6-
ARG GOLANG_VERSION="1.24.3"
6+
ARG GOLANG_VERSION="1.24.4"
77

88
ENV DEBIAN_FRONTEND=noninteractive
99
RUN apt-get -y update
@@ -37,7 +37,7 @@ RUN make
3737
# Build containerd from source
3838
FROM build as containerd
3939
WORKDIR /src
40-
ARG CONTAINERD_VERSION="v2.1.1"
40+
ARG CONTAINERD_VERSION="v2.1.3"
4141
# When changing above, also change the version in the debian/control file
4242
RUN git -c advice.detachedHead=false clone --depth=1 --single-branch --branch=${CONTAINERD_VERSION} https://github.com/containerd/containerd /src/containerd
4343
WORKDIR /src/containerd

0 commit comments

Comments
 (0)