Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Oct 23, 2023
1 parent 0846cee commit 3837e62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 ./
Expand Down

0 comments on commit 3837e62

Please sign in to comment.