Skip to content

Commit 08d6fb1

Browse files
authored
Merge pull request #37 from PDOK/lighttpd
version bump lighttpd
2 parents a23feaa + 0005e54 commit 08d6fb1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ RUN mkdir /usr/local/src/mapserver/build && \
118118
make install && \
119119
ldconfig
120120

121-
FROM pdok/lighttpd:1.4.67-buster as service
121+
FROM pdok/lighttpd:1.4.65-buster-patch3 as service
122122
LABEL maintainer="PDOK dev <https://github.com/PDOK/mapserver-docker/issues>"
123123

124124
ENV DEBIAN_FRONTEND noninteractive
@@ -161,7 +161,6 @@ COPY etc/400-invalid-service-type.lua /400-invalid-service-type.lua
161161
RUN chmod o+x /usr/local/bin/mapserv
162162
RUN apt-get clean
163163

164-
USER www
165164

166165
ENV DEBUG 0
167166
ENV MIN_PROCS 1

Dockerfile.NL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pdok/mapserver:7.6.4-patch5-buster-lighttpd
1+
FROM pdok/mapserver:7.6.4-patch5-3-buster-lighttpd
22
LABEL maintainer="PDOK dev <https://github.com/PDOK/mapserver-docker/issues>"
33

44
RUN wget https://github.com/OSGeo/proj-datumgrid/releases/download/europe-1.6/proj-datumgrid-europe-1.6.tar.gz && \

0 commit comments

Comments
 (0)