From 3837e629d0db557db548ae5549879fd22d5c716b Mon Sep 17 00:00:00 2001 From: Alexander Taepper Date: Mon, 23 Oct 2023 11:48:43 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3365b1bf9..ce0ec22aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ -FROM alpine:3.17.0 AS dep_builder +FROM alpine:3.18.4 AS dep_builder RUN apk update && apk add --no-cache py3-pip \ build-base=0.5-r3 \ - cmake=3.27.5-r0 \ - linux-headers=6.4-r0 \ + cmake-3.26.5-r0 \ + linux-headers-6.3-r0 \ boost-build=1.82.0-r0 \ - libtbb=2021.7.0-r0 + libtbb-2021.9.0-r0 -RUN pip install conan==2.0.11 +RUN pip install conan==2.0.13 WORKDIR /src COPY conanfile.py conanprofile.docker ./