Skip to content

Commit

Permalink
Fix osgeo/gdal docker version.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Jun 22, 2022
1 parent bf628ba commit 7e042a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN if [ "$PYDEV_DEBUG" = "yes" ]; then \

RUN pip freeze

FROM osgeo/gdal:ubuntu-small-latest
FROM osgeo/gdal:ubuntu-small-3.5.0

# all the python pip installed libraries
COPY --from=builder /usr/local/lib/python3.8/dist-packages /usr/local/lib/python3.8/dist-packages
Expand Down

0 comments on commit 7e042a3

Please sign in to comment.