Skip to content

Commit

Permalink
Bumps GDAL to 3.9.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
goergen95 authored Jun 9, 2024
1 parent be93214 commit fe03e26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-mapme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
branches: [main, master]
env:
tag: 1.1.0
tag: 1.2.0

jobs:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/mapme-base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fe03e26

Please sign in to comment.