We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b07d1c commit 1e5b139Copy full SHA for 1e5b139
Dockerfile
@@ -1,5 +1,5 @@
1
# Note that this is now pinned to a fixed version. Remember to check for new versions periodically.
2
-FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.3 as builder
+FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.4 as builder
3
4
# Setup build env for postgresql-client-14
5
USER root
@@ -36,7 +36,7 @@ RUN if [ "$PYDEV_DEBUG" = "yes" ]; then \
36
RUN pip freeze
37
38
# Should match builder base.
39
-FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.3
+FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.4
40
41
# all the python pip installed libraries
42
COPY --from=builder /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/dist-packages
0 commit comments