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