diff --git a/Dockerfile b/Dockerfile index 7969582..0f13add 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,8 +31,8 @@ RUN \ python3-dev && \ apk add -U --update --no-cache \ 7zip \ - boost1.82-system \ - boost1.82-python3 \ + boost1.84-system \ + boost1.84-python3 \ libstdc++ \ nodejs \ python3 && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 2c9512a..6c95e2a 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -31,8 +31,8 @@ RUN \ python3-dev && \ apk add -U --update --no-cache \ 7zip \ - boost1.82-system \ - boost1.82-python3 \ + boost1.84-system \ + boost1.84-python3 \ libstdc++ \ nodejs \ python3 && \