Skip to content

Commit

Permalink
Update docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Dec 3, 2024
1 parent 4923f96 commit 8389b8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions base.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:lunar-20230301
FROM ubuntu:noble-20241118.1
ARG VERSION
LABEL org.opencontainers.image.authors="Balázs Dukai <[email protected]>"
LABEL org.opencontainers.image.vendor="3DGI"
Expand All @@ -22,9 +22,9 @@ RUN apt-get update && apt-get -y install \
cmake

RUN cd /tmp && \
wget https://download.osgeo.org/proj/proj-9.1.0.tar.gz && \
tar -zxvf proj-9.1.0.tar.gz && \
cd proj-9.1.0 && \
wget https://download.osgeo.org/proj/proj-9.5.1.tar.gz && \
tar -zxvf proj-9.5.1.tar.gz && \
cd proj-9.5.1 && \
mkdir build && \
cd build/ && \
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF && \
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:2023.03.15
FROM 3dgi/geoflow-bundle-base:2024.12.03
ARG VERSION
LABEL org.opencontainers.image.authors="Balázs Dukai <[email protected]>"
LABEL org.opencontainers.image.vendor="3DGI"
Expand Down

0 comments on commit 8389b8f

Please sign in to comment.