Skip to content

Commit

Permalink
update to 3.8.0beta1
Browse files Browse the repository at this point in the history
see #2252
  • Loading branch information
edzer committed Nov 1, 2023
1 parent 4c9b377 commit 9818cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/docker/gdal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ RUN cd proj* \

# GDAL:

ENV GDAL_VERSION 3.7.0
ENV GDAL_VERSION_NAME 3.7.0
ENV GDAL_VERSION 3.8.0
ENV GDAL_VERSION_NAME 3.8.0beta1

RUN wget -q http://download.osgeo.org/gdal/${GDAL_VERSION}/gdal-${GDAL_VERSION_NAME}.tar.gz \
&& tar -xf gdal-${GDAL_VERSION_NAME}.tar.gz \
Expand Down

0 comments on commit 9818cb2

Please sign in to comment.