Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
Bumped dnsmasq version to 2.87-r1 from 2.87-r0
  • Loading branch information
brav0charlie authored Mar 18, 2023
1 parent 7be39db commit cf8894b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-dnsmasq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.17
LABEL maintainer="Bill Clark <[email protected]>"
LABEL github_url="https://github.com/brav0charlie/docker-dnsmasq"

RUN apk --no-cache add dnsmasq=2.87-r0
RUN apk --no-cache add dnsmasq=2.87-r1
EXPOSE 53/udp
EXPOSE 67/udp
EXPOSE 68/udp
Expand Down

0 comments on commit cf8894b

Please sign in to comment.