Skip to content

Commit c12372b

Browse files
committed
updated master
1 parent 1e9f4ef commit c12372b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile-debian

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
# This image contains the artifacts used by the later stages.
77
# The image is NOT pushed, just the cached layers used.
88

9-
FROM debian:bookworm as build
9+
FROM debian:trixie as build
1010
LABEL maintainer="Tim Dudgeon<[email protected]>"
1111

1212
ARG GIT_REPO=https://github.com/rdkit/rdkit.git
1313
ARG GIT_BRANCH=master
1414
ARG GIT_TAG
15-
ARG POSTGRES_VERSION=15
16-
ARG BOOST_VER=1.81
15+
ARG POSTGRES_VERSION=17
16+
ARG BOOST_VER=1.83
1717
ARG JAVA_VERSION=17
1818

1919
RUN apt-get update &&\

0 commit comments

Comments
 (0)