File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ RUN mkdir /usr/local/src/mapserver/build && \
118
118
make install && \
119
119
ldconfig
120
120
121
- FROM pdok/lighttpd:1.4.67 -buster as service
121
+ FROM pdok/lighttpd:1.4.65 -buster-patch3 as service
122
122
LABEL maintainer="PDOK dev <https://github.com/PDOK/mapserver-docker/issues>"
123
123
124
124
ENV DEBIAN_FRONTEND noninteractive
@@ -161,7 +161,6 @@ COPY etc/400-invalid-service-type.lua /400-invalid-service-type.lua
161
161
RUN chmod o+x /usr/local/bin/mapserv
162
162
RUN apt-get clean
163
163
164
- USER www
165
164
166
165
ENV DEBUG 0
167
166
ENV MIN_PROCS 1
Original file line number Diff line number Diff line change 1
- FROM pdok/mapserver:7.6.4 -patch5-buster-lighttpd
1
+ FROM pdok/mapserver:7.6.4 -patch5-3 - buster-lighttpd
2
2
LABEL maintainer=" PDOK dev <https://github.com/PDOK/mapserver-docker/issues>"
3
3
4
4
RUN wget https://github.com/OSGeo/proj-datumgrid/releases/download/europe-1.6 /proj-datumgrid-europe-1.6 .tar.gz && \
You can’t perform that action at this time.
0 commit comments