From fe03e261e830261043e85cd5bdb6c7f80d26970b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20G=C3=B6rgen?= Date: Sun, 9 Jun 2024 10:38:24 +0200 Subject: [PATCH] Bumps GDAL to 3.9.0 (#4) --- .github/workflows/docker-mapme.yml | 2 +- README.md | 2 +- dockerfiles/mapme-base.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-mapme.yml b/.github/workflows/docker-mapme.yml index 63cab74..5570fc8 100644 --- a/.github/workflows/docker-mapme.yml +++ b/.github/workflows/docker-mapme.yml @@ -9,7 +9,7 @@ on: pull_request: branches: [main, master] env: - tag: 1.1.0 + tag: 1.2.0 jobs: diff --git a/README.md b/README.md index 9ca27a4..640d09b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ For `mapme-spatial:1.0` these are: - proj=9.4.0 - geos=3.12.1 -- gdal=3.8.5 +- gdal=3.9.0 The docker images are published here: - [https://github.com/orgs/mapme-initiative/packages/container/package/mapme-spatial](https://github.com/orgs/mapme-initiative/packages/container/package/mapme-spatial) diff --git a/dockerfiles/mapme-base.Dockerfile b/dockerfiles/mapme-base.Dockerfile index f7fe9b6..1d48354 100644 --- a/dockerfiles/mapme-base.Dockerfile +++ b/dockerfiles/mapme-base.Dockerfile @@ -13,7 +13,7 @@ RUN chmod +x /rocker_scripts/install_sysdeps.sh ARG PROJ_VERSION=9.4.0 ARG GEOS_VERSION=3.12.1 -ARG GDAL_VERSION=3.8.5 +ARG GDAL_VERSION=3.9.0 ARG NCPUS=-1 RUN bash /rocker_scripts/install_sysdeps.sh -proj $PROJ_VERSION -geos $GEOS_VERSION -gdal $GDAL_VERSION -ncpus $NCPUS