Skip to content

Commit

Permalink
Merge pull request k0sproject#3988 from twz123/bump-libseccomp
Browse files Browse the repository at this point in the history
Bump libseccomp to v2.5.5
  • Loading branch information
twz123 authored Feb 1, 2024
2 parents a7380ac + 795f734 commit 6bef680
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 6bef680

Please sign in to comment.