Skip to content

Commit

Permalink
Fix runtime boost version
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed May 27, 2024
1 parent 61defa2 commit 64c9a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN \
echo "**** install packages ****" && \
apk add --no-cache \
7zip \
boost1.82-json \
boost1.84-json \
libxml2 \
libxslt \
openssl \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN \
echo "**** install packages ****" && \
apk add --no-cache \
7zip \
boost1.82-json \
boost1.84-json \
libxml2 \
libxslt \
openssl \
Expand Down

0 comments on commit 64c9a2f

Please sign in to comment.