Commit 7857262e authored by nanahira's avatar nanahira

use latest alpine

parent b763aedd
Pipeline #15958 passed with stages
in 36 seconds
FROM alpine:3.12 FROM alpine:latest
RUN apk --no-cache add dnsmasq-dnssec RUN apk --no-cache add dnsmasq-dnssec
EXPOSE 53 53/udp EXPOSE 53 53/udp
ENTRYPOINT ["dnsmasq", "-k"] ENTRYPOINT ["dnsmasq", "-k"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment