diff --git a/base.dockerfile b/base.dockerfile index be0c9cc..b1e61cd 100644 --- a/base.dockerfile +++ b/base.dockerfile @@ -45,7 +45,7 @@ RUN cd /tmp && \ rm -rf /tmp/* && \ mkdir /tmp/geoflow-bundle -ARG CGAL_VERSION=5.5 +ARG CGAL_VERSION=5.6.2 RUN cd /tmp && \ apt-get install -y libboost-system-dev libboost-thread-dev libgmp-dev libmpfr-dev zlib1g-dev && \ wget https://github.com/CGAL/cgal/releases/download/v${CGAL_VERSION}/CGAL-${CGAL_VERSION}.tar.xz && \ diff --git a/builder.dockerfile b/builder.dockerfile index bd8494d..83fd6c2 100644 --- a/builder.dockerfile +++ b/builder.dockerfile @@ -1,4 +1,4 @@ -FROM 3dgi/geoflow-bundle-base:2024.12.03 +FROM 3dgi/geoflow-bundle-base:2024.12.04 ARG VERSION LABEL org.opencontainers.image.authors="Balázs Dukai " LABEL org.opencontainers.image.vendor="3DGI"