From 3d955436f9ac4075b76038735e3bfd89b4aa3cf2 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..8a7864343e 100644 --- a/ci/Dockerfile-linux64-curl +++ b/ci/Dockerfile-linux64-curl @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:18.04 RUN apt-get update RUN apt-get install -y --no-install-recommends \