Skip to content

Commit 73d962a

Browse files
committed
upgrade to 8.4.0
1 parent dacb284 commit 73d962a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN tar xzvf gdal-${GDAL_VERSION}.tar.gz && \
7979
cmake --build . && \
8080
cmake --build . --target install
8181

82-
ENV MAPSERVER_VERSION="8.2.2"
82+
ENV MAPSERVER_VERSION="8.4.0"
8383
RUN mkdir /usr/local/src/mapserver
8484
RUN wget https://github.com/MapServer/MapServer/releases/download/rel-$(echo $MAPSERVER_VERSION | sed -e "s/\./-/g")/mapserver-${MAPSERVER_VERSION}.tar.gz
8585
RUN tar -xf mapserver-8.*.tar.gz --strip-components 1 -C /usr/local/src/mapserver

0 commit comments

Comments
 (0)