Skip to content

Commit

Permalink
feat(deps): Upgrade gvisor to c88ffa3 2024-12-10
Browse files Browse the repository at this point in the history
Bug: N/A
Change-Id: Ifc7ba83d8479649fe000f9e7db4345595e7c3363
GitOrigin-RevId: ca3e1d37a6793ff47670a87a20795248a9200c7a
  • Loading branch information
Privacy Sandbox Team authored and copybara-github committed Dec 12, 2024
1 parent 8b24bf3 commit 9e6a97a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/roma/byob/container/Dockerfile.runsc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ RUN cd /tmp \
# fetch gvisor sources
#
FROM build-env as gvisor-srcs
ARG GVISOR_COMMIT=b92307b4e648ce8bbb6d0080ff8f9366f014c21e
# c88ffa32 2024-12-10
ARG GVISOR_COMMIT=c88ffa321eb93cced829ca29b98d28be3c200f0a

ENV WORKSPACE=/workspace
RUN curl --silent --location --output /tmp/gvisor.zip "https://github.com/google/gvisor/archive/${GVISOR_COMMIT}.zip" \
Expand Down

0 comments on commit 9e6a97a

Please sign in to comment.