Skip to content

Commit a371352

Browse files
Updated version number
1 parent 10a9940 commit a371352

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile-java-debian

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ FROM debian:bookworm
55
LABEL maintainer="Tim Dudgeon<[email protected]>"
66

77
ARG TARGETARCH
8-
ARG BOOST_VER=1.74.0
8+
ARG BOOST_VER=1.81
99

1010
RUN apt-get update &&\
1111
apt-get upgrade -y &&\
1212
apt-get install -y --no-install-recommends\
1313
openjdk-17-jre-headless\
14+
libboost$BOOST_VER\
15+
libboost$BOOST_VER-dev\
1416
libboost-system$BOOST_VER\
1517
libboost-thread$BOOST_VER\
1618
libboost-serialization$BOOST_VER\

0 commit comments

Comments
 (0)