Skip to content

Commit

Permalink
Update docker images with cgal 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Dec 4, 2024
1 parent 8389b8f commit b8eb056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion builder.dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
LABEL org.opencontainers.image.vendor="3DGI"
Expand Down

0 comments on commit b8eb056

Please sign in to comment.