Skip to content

Commit 329baff

Browse files
authored
GDAL 3.8.4 (#1587)
* Preparing dependencies and workflows for upcoming UbuntuGIS upgrade to GDAL 3.8.4 * Update base Ubuntu image
1 parent c940698 commit 329baff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: awalsh128/cache-apt-pkgs-action@latest
7979
with:
8080
packages: gdal-bin libgdal-dev
81-
version: 3.8.3
81+
version: 3.8.4
8282
- name: Install and run Oracle
8383
run: |
8484
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
# =================================================================
3636

37-
FROM ubuntu:jammy-20240212
37+
FROM ubuntu:jammy-20240227
3838

3939
LABEL maintainer="Just van den Broecke <justb4@gmail.com>"
4040

requirements-provider.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ azure-storage-blob
33
elasticsearch
44
elasticsearch-dsl
55
fiona
6-
GDAL<=3.8.3
6+
GDAL<=3.8.4
77
geoalchemy
88
netCDF4
99
oracledb

0 commit comments

Comments
 (0)