We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9f4ef commit c12372bCopy full SHA for c12372b
Dockerfile-debian
@@ -6,14 +6,14 @@
6
# This image contains the artifacts used by the later stages.
7
# The image is NOT pushed, just the cached layers used.
8
9
-FROM debian:bookworm as build
+FROM debian:trixie as build
10
LABEL maintainer="Tim Dudgeon<[email protected]>"
11
12
ARG GIT_REPO=https://github.com/rdkit/rdkit.git
13
ARG GIT_BRANCH=master
14
ARG GIT_TAG
15
-ARG POSTGRES_VERSION=15
16
-ARG BOOST_VER=1.81
+ARG POSTGRES_VERSION=17
+ARG BOOST_VER=1.83
17
ARG JAVA_VERSION=17
18
19
RUN apt-get update &&\
0 commit comments