Skip to content

Commit

Permalink
CI: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Nov 22, 2023
1 parent cd3c3b9 commit 2e9cc7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.18 AS dep_builder

RUN apk update && apk add --no-cache py3-pip \
build-base=0.5-r3 \
libhwloc-dev=2.9.2-r0 \
hwloc=2.9.2-r0 \
cmake=3.26.5-r0 \
linux-headers=6.3-r0 \
boost-build=1.82.0-r0 \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile_linter
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt update \
software-properties-common=0.99.22.7 \
wget=1.21.2-2ubuntu1 \
gnupg=2.2.27-3ubuntu2.1 \
libhwloc-dev \
lsb-release=11.1.0ubuntu4 \
&& wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc \
&& add-apt-repository 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main' \
Expand Down

0 comments on commit 2e9cc7d

Please sign in to comment.