Skip to content

Commit 39a8996

Browse files
committed
Pin gdal base image version to old version
1 parent 05b3c77 commit 39a8996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://github.com/OSGeo/gdal/tree/master/gdal/docker
22
# Image includes python3.8, gdal-python, gdal-bin
3-
FROM osgeo/gdal:ubuntu-small-latest
3+
FROM osgeo/gdal:ubuntu-small-3.4.2
44

55
# Set C.UTF-8 locale as default (Needed by the Click library)
66
ENV LC_ALL=C.UTF-8

0 commit comments

Comments
 (0)