Skip to content

Commit

Permalink
feat: upgrade to stable GDAL v3.6 TDE-565 (#217)
Browse files Browse the repository at this point in the history
* feat: upgrade osgeo/GDAL container to stable version 3.6

* build: fix python version from 3.10.6 complying to gdal container python version

* build: upgrade python version to match poetry config requirement
  • Loading branch information
paulfouquet authored Nov 14, 2022
1 parent 8e89d2f commit 786b11e
Show file tree
Hide file tree
Showing 4 changed files with 391 additions and 172 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Python "3.8"
- name: Use Python "3.10.6"
uses: actions/setup-python@v3
with:
python-version: "3.8"
python-version: "3.10.6"
- name: Install
run: |
pip install poetry
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM osgeo/gdal@sha256:452da485c574fe040a5748b73932d3ec7334913197744b550d13ce80493ef3c4
FROM osgeo/gdal:ubuntu-small-3.6.0

RUN apt-get update
# Install pip
Expand Down
Loading

0 comments on commit 786b11e

Please sign in to comment.