We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0242c commit 747269dCopy full SHA for 747269d
Dockerfile
@@ -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.4"
+ARG RUNC_VERSION="v1.4.0"
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