diff --git a/integration/images/volume-ownership/Dockerfile b/integration/images/volume-ownership/Dockerfile index 75a47e90d849..6731b683f5ca 100644 --- a/integration/images/volume-ownership/Dockerfile +++ b/integration/images/volume-ownership/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu +FROM ubuntu:24.10 RUN mkdir -p /test_dir && \ chown -R nobody:nogroup /test_dir # NOTE: The volume is required by ../../container_volume_linux_test.go#TestRunContainerWithVolatileOption.