-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4923f96
commit 8389b8f
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|