Skip to content

Commit bdeda74

Browse files
authored
Bump GVisor version. It now supports cgroups v2. (#273)
Should resolve #271.
1 parent 60d831a commit bdeda74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/analyze/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get upgrade -y && \
2121

2222
# Install gVisor.
2323
RUN curl -fsSL https://gvisor.dev/archive.key | apt-key add - && \
24-
add-apt-repository "deb https://storage.googleapis.com/gvisor/releases 20211129 main" && \
24+
add-apt-repository "deb https://storage.googleapis.com/gvisor/releases 20220425 main" && \
2525
apt-get update && apt-get install -y runsc
2626

2727
COPY --from=build /src/analyze /usr/local/bin/analyze

0 commit comments

Comments
 (0)