This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-ci-docker.git

commit 3951d8c871a12df2b8cc027a84e3ff6fd7ef0b31
Author: Matthias Pohl <[email protected]>
AuthorDate: Mon Jan 22 09:33:23 2024 +0100

    [FLINK-34194][ci] Updates to Ubuntu 22.04 as a base image
---
 base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/Dockerfile b/base/Dockerfile
index ae1ed85..824199b 100644
--- a/base/Dockerfile
+++ b/base/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:xenial
+FROM ubuntu:22.04
 
 # install packages
 RUN set -eux; \

Reply via email to