From 4a9b25841975af8881a33def167e49110bb7edb8 Mon Sep 17 00:00:00 2001 From: Alex Leith Date: Thu, 15 Aug 2024 15:38:56 +1000 Subject: [PATCH] Try another base image (#3) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 387d2f1..12be953 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/gdal:ubuntu-full-3.9.1 +FROM ghcr.io/osgeo/gdal:ubuntu-full-3.8.5 RUN apt-get update && apt-get install -y \ # Python and build tools