Skip to content

Commit 747269d

Browse files
committed
bump runc to 1.4.0
1 parent 8a0242c commit 747269d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN go version
2121
# Build runc from source
2222
FROM build AS runc
2323
WORKDIR /src
24-
ARG RUNC_VERSION="v1.3.4"
24+
ARG RUNC_VERSION="v1.4.0"
2525
RUN git -c advice.detachedHead=false clone --depth=1 --single-branch --branch=${RUNC_VERSION} https://github.com/opencontainers/runc /src/runc
2626
WORKDIR /src/runc
2727
RUN make

0 commit comments

Comments
 (0)