We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0a91b commit c71ea54Copy full SHA for c71ea54
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.10"
+ARG GOLANG_VERSION="1.24.11"
7
8
ENV DEBIAN_FRONTEND=noninteractive
9
RUN apt-get -y update
@@ -21,7 +21,7 @@ RUN go version
21
# Build runc from source
22
FROM build as runc
23
WORKDIR /src
24
-ARG RUNC_VERSION="v1.3.3"
+ARG RUNC_VERSION="v1.3.4"
25
RUN git -c advice.detachedHead=false clone --depth=1 --single-branch --branch=${RUNC_VERSION} https://github.com/opencontainers/runc /src/runc
26
WORKDIR /src/runc
27
RUN make
0 commit comments