Update Dockerfile
All checks were successful
Validate PR Title / validate (pull_request) Successful in 9s
CI / ci (pull_request) Successful in 1m27s

This commit is contained in:
Luke Tainton 2025-05-30 22:44:36 +02:00
parent 622eedb7c0
commit 998861dd0f

View File

@ -9,7 +9,7 @@ RUN apk add --no-cache curl && \
chmod +x /usr/local/bin/webproc
FROM build AS dnsmasq
RUN apk --no-cache add dnsmasq=2.90-r3
RUN apk --no-cache add dnsmasq=2.91-r0
COPY --from=webproc /usr/local/bin/webproc /usr/local/bin/webproc
ENTRYPOINT ["webproc","-o","restart","-c","/etc/dnsmasq.conf","-c","/etc/hosts","-c","/etc/resolv.conf","--","dnsmasq","-k","--log-facility=-"]
EXPOSE 53/udp 8080/tcp