From d52c0379582630446caf65653a9a9cb33a5e0bad Mon Sep 17 00:00:00 2001 From: Kyle Onda Date: Thu, 7 Mar 2024 21:06:32 -0500 Subject: [PATCH] Update Dockerfile osgeo appears to have moved docker registry to github --- hydrodump/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hydrodump/Dockerfile b/hydrodump/Dockerfile index 669e9ce..4ec614e 100644 --- a/hydrodump/Dockerfile +++ b/hydrodump/Dockerfile @@ -27,7 +27,7 @@ # # ================================================================= -FROM osgeo/gdal:ubuntu-small-latest +FROM ghcr.io/osgeo/gdal:ubuntu-small-latest ARG TZ="Etc/UTC" ARG LANG="en_US.UTF-8" @@ -47,4 +47,4 @@ RUN \ && apt autoremove -y \ && rm -rf /var/lib/apt/lists/* -CMD [ "sleep", "infinity" ] \ No newline at end of file +CMD [ "sleep", "infinity" ]