Skip to content

Commit be18ab7

Browse files
authored
Bump the version of gvisor used so it runs on newer kernels. (#1126)
Signed-off-by: Caleb Brown <calebbrown@google.com>
1 parent 80e6c59 commit be18ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/analyze/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update && apt-get upgrade -y && \
2828
# Install gVisor.
2929
RUN mkdir -m 0700 -p /etc/apt/keyrings && \
3030
curl -fsSL https://gvisor.dev/archive.key -o /etc/apt/keyrings/gvisor.key && \
31-
echo "deb [signed-by=/etc/apt/keyrings/gvisor.key] https://storage.googleapis.com/gvisor/releases 20240212 main" > /etc/apt/sources.list.d/gvisor.list && \
31+
echo "deb [signed-by=/etc/apt/keyrings/gvisor.key] https://storage.googleapis.com/gvisor/releases 20260216 main" > /etc/apt/sources.list.d/gvisor.list && \
3232
apt-get update && apt-get install -y runsc
3333

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

0 commit comments

Comments
 (0)