Skip to content

Commit

Permalink
Automatic update of container definition files (#727)
Browse files Browse the repository at this point in the history
- Auto-generated by [create-pull-request][1]

[1]: https://github.com/peter-evans/create-pull-request

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 12, 2023
1 parent 56ce3b8 commit e8981a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/geospatial-dev-osgeo_4.3.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \

ENV PROJ_VERSION=9.3.0
ENV GDAL_VERSION=3.7.3
ENV GEOS_VERSION=3.12.0
ENV GEOS_VERSION=3.12.1

COPY scripts/experimental/install_dev_osgeo.sh /rocker_scripts/experimental/install_dev_osgeo.sh

Expand Down
2 changes: 1 addition & 1 deletion stacks/extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"ENV": {
"PROJ_VERSION": "9.3.0",
"GDAL_VERSION": "3.7.3",
"GEOS_VERSION": "3.12.0"
"GEOS_VERSION": "3.12.1"
},
"COPY": "scripts/experimental/install_dev_osgeo.sh /rocker_scripts/experimental/install_dev_osgeo.sh",
"RUN": "/rocker_scripts/experimental/install_dev_osgeo.sh",
Expand Down

0 comments on commit e8981a4

Please sign in to comment.