Skip to content

Commit

Permalink
Bump libseccomp to v2.5.5
Browse files Browse the repository at this point in the history
https://github.com/seccomp/libseccomp/releases/tag/v2.5.5

Signed-off-by: Tom Wieczorek <[email protected]>
(cherry picked from commit 795f734)
(cherry picked from commit 6e709af)
  • Loading branch information
twz123 authored and github-actions[bot] committed Feb 2, 2024
1 parent 710040e commit b04ed1e
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 b04ed1e

Please sign in to comment.