Skip to content

Commit

Permalink
Merge pull request #4000 from k0sproject/backport-3998-to-release-1.28
Browse files Browse the repository at this point in the history
[Backport release-1.28] Bump libseccomp to v2.5.5
  • Loading branch information
twz123 authored Feb 2, 2024
2 parents fc7db05 + b04ed1e commit 6d7c4ff
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 6d7c4ff

Please sign in to comment.