From 44037860d53915715f9c0e177136a445c076f124 Mon Sep 17 00:00:00 2001 From: Radovan Zvoncek Date: Tue, 17 Dec 2024 16:16:46 +0200 Subject: [PATCH] Bump the debian build docker image's ubuntu --- packaging/docker-build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/docker-build/Dockerfile b/packaging/docker-build/Dockerfile index 38d80aa2..17e625d0 100644 --- a/packaging/docker-build/Dockerfile +++ b/packaging/docker-build/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. ARG EXTRA_PACKAGES="python-dev python-pip" -ARG BUILD_IMAGE=ubuntu:18.04 +ARG BUILD_IMAGE=ubuntu:22.04 FROM ${BUILD_IMAGE} ARG DEBIAN_FRONTEND=noninteractive