We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb77c33 commit 2ae9a7aCopy full SHA for 2ae9a7a
Dockerfile
@@ -3,7 +3,7 @@ FROM ${BASE_IMAGE} as build
3
4
ARG OS_ARCH="amd64"
5
# See https://go.dev/dl/
6
-ARG GOLANG_VERSION="1.24.3"
+ARG GOLANG_VERSION="1.24.4"
7
8
ENV DEBIAN_FRONTEND=noninteractive
9
RUN apt-get -y update
@@ -37,7 +37,7 @@ RUN make
37
# Build containerd from source
38
FROM build as containerd
39
WORKDIR /src
40
-ARG CONTAINERD_VERSION="v2.1.1"
+ARG CONTAINERD_VERSION="v2.1.3"
41
# When changing above, also change the version in the debian/control file
42
RUN git -c advice.detachedHead=false clone --depth=1 --single-branch --branch=${CONTAINERD_VERSION} https://github.com/containerd/containerd /src/containerd
43
WORKDIR /src/containerd
0 commit comments