Skip to content

Commit

Permalink
Merge pull request #2 from cgs-earth/hydrodump-gdal-fix
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
webb-ben authored Mar 8, 2024
2 parents c804eaf + d52c037 commit e4787ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hydrodump/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -47,4 +47,4 @@ RUN \
&& apt autoremove -y \
&& rm -rf /var/lib/apt/lists/*

CMD [ "sleep", "infinity" ]
CMD [ "sleep", "infinity" ]

0 comments on commit e4787ed

Please sign in to comment.