From e1e9a03c8b45a30a3eee786914ac442cf569698f Mon Sep 17 00:00:00 2001 From: Azham Naphiel <9217809+azhamn@users.noreply.github.com> Date: Tue, 24 Dec 2024 23:00:11 +0530 Subject: [PATCH] Changed package of base docker image --- tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Dockerfile b/tools/Dockerfile index 1e03107..aab941c 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -1,4 +1,4 @@ -FROM osgeo/gdal:ubuntu-small-latest +FROM ghcr.io/osgeo/gdal:ubuntu-small-latest # docker image containing all tools in order to transform a GeoTIFF into a PNG terrain tileset LABEL MAINTAINER thomas.halwax@syncpoint.io