GDAL 3.8.4 (#1587)
* Preparing dependencies and workflows for upcoming UbuntuGIS upgrade to GDAL 3.8.4 * Update base Ubuntu image
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@
|
||||
#
|
||||
# =================================================================
|
||||
|
||||
FROM ubuntu:jammy-20240212
|
||||
FROM ubuntu:jammy-20240227
|
||||
|
||||
LABEL maintainer="Just van den Broecke <justb4@gmail.com>"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ azure-storage-blob
|
||||
elasticsearch
|
||||
elasticsearch-dsl
|
||||
fiona
|
||||
GDAL<=3.8.3
|
||||
GDAL<=3.8.4
|
||||
geoalchemy
|
||||
netCDF4
|
||||
oracledb
|
||||
|
||||
Reference in New Issue
Block a user