Skip to content

Commit

Permalink
Bump GVisor version. It now supports cgroups v2. (#273)
Browse files Browse the repository at this point in the history
Should resolve #271.
  • Loading branch information
calebbrown committed May 4, 2022
1 parent 60d831a commit bdeda74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/analyze/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get upgrade -y && \

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

COPY --from=build /src/analyze /usr/local/bin/analyze
Expand Down

0 comments on commit bdeda74

Please sign in to comment.