Skip to content

Commit

Permalink
Upgrade gVisor images to use ubuntu:jammy as the base image.
Browse files Browse the repository at this point in the history
ubuntu:jammy is 22.04, which is a LTS version.

This is the fifth wave.

PiperOrigin-RevId: 666207165
  • Loading branch information
milantracy authored and gvisor-bot committed Aug 26, 2024
1 parent ccc5642 commit 1d177ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/basic/integrationtest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:bionic
FROM ubuntu:jammy

WORKDIR /root
COPY . .
Expand Down

0 comments on commit 1d177ac

Please sign in to comment.