diff --git a/integration/images/volume-ownership/Dockerfile b/integration/images/volume-ownership/Dockerfile index 66f51e78baf7..0d8f48592412 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:22.04 RUN mkdir -p /test_dir && \ chown -R nobody:nogroup /test_dir VOLUME /test_dir