From eb359e135bfd7ffb4ddc3afa542b00e191c835fa Mon Sep 17 00:00:00 2001 From: Erki Date: Sat, 13 Nov 2021 00:19:15 +0200 Subject: [PATCH] Freeze conan version --- cpp-ubuntu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp-ubuntu.Dockerfile b/cpp-ubuntu.Dockerfile index 8073bc0..0f0c30d 100644 --- a/cpp-ubuntu.Dockerfile +++ b/cpp-ubuntu.Dockerfile @@ -4,6 +4,6 @@ ENV DEBIAN_FRONTEND noninteractive RUN apt-get update -y RUN apt-get install -y --no-install-recommends git build-essential cmake ninja-build python3 python3-pip -RUN pip3 install --upgrade conan +RUN pip3 install --upgrade conan==1.42.1 RUN conan profile new default --detect RUN conan profile update settings.compiler.libcxx=libstdc++11 default