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)
(cherry picked from commit b04ed1e)
(cherry picked from commit a99dac7)
  • Loading branch information
twz123 authored and github-actions[bot] committed Feb 2, 2024
1 parent c01d958 commit 06e48e0
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 06e48e0

Please sign in to comment.