From e0229d75f9e554bcdf04c2ad904906aa50b108be Mon Sep 17 00:00:00 2001 From: Noam Meltzer Date: Sun, 26 Nov 2023 16:33:37 +0200 Subject: [PATCH] CI: switch linux64-curl docker to ubuntu:22.04 ubuntu:16.04 version of libcurl doesn't have the mime feature compiled in --- ci/Dockerfile-linux64-curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile-linux64-curl b/ci/Dockerfile-linux64-curl index dd58df1363..39d7e88887 100644 --- a/ci/Dockerfile-linux64-curl +++ b/ci/Dockerfile-linux64-curl @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:22.04 RUN apt-get update RUN apt-get install -y --no-install-recommends \