From 329baff757e73feeb7856f84eab844a716be5757 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Sun, 10 Mar 2024 18:25:28 +0200 Subject: [PATCH] GDAL 3.8.4 (#1587) * Preparing dependencies and workflows for upcoming UbuntuGIS upgrade to GDAL 3.8.4 * Update base Ubuntu image --- .github/workflows/main.yml | 2 +- Dockerfile | 2 +- requirements-provider.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2770754..de37862 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: uses: awalsh128/cache-apt-pkgs-action@latest with: packages: gdal-bin libgdal-dev - version: 3.8.3 + version: 3.8.4 - name: Install and run Oracle run: | docker run -d --name oracledb -e ORACLE_PWD=oracle -v ${{ github.workspace }}/tests/data/oracle/init-db:/opt/oracle/scripts/startup -p 1521:1521 container-registry.oracle.com/database/express:21.3.0-xe diff --git a/Dockerfile b/Dockerfile index c9b1ff5..4adcb4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ # # ================================================================= -FROM ubuntu:jammy-20240212 +FROM ubuntu:jammy-20240227 LABEL maintainer="Just van den Broecke " diff --git a/requirements-provider.txt b/requirements-provider.txt index d6fa763..9dec1fe 100644 --- a/requirements-provider.txt +++ b/requirements-provider.txt @@ -3,7 +3,7 @@ azure-storage-blob elasticsearch elasticsearch-dsl fiona -GDAL<=3.8.3 +GDAL<=3.8.4 geoalchemy netCDF4 oracledb