Skip to content

Commit

Permalink
Merge pull request #3998 from k0sproject/backport-3988-to-release-1.29
Browse files Browse the repository at this point in the history
[Backport release-1.29] Bump libseccomp to v2.5.5
  • Loading branch information
jnummelin authored Feb 2, 2024
2 parents 89fd979 + 6e709af commit 9986d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-bins/runc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add build-base git \

ENV GOPATH=/go

ARG LIBSECCOMP_VERSION=2.5.4
ARG LIBSECCOMP_VERSION=2.5.5
RUN curl -L https://github.com/seccomp/libseccomp/releases/download/v$LIBSECCOMP_VERSION/libseccomp-$LIBSECCOMP_VERSION.tar.gz \
| tar -C / -zx

Expand Down

0 comments on commit 9986d9b

Please sign in to comment.