Skip to content

Commit

Permalink
Update to Dnsmasq 2.85 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: tschaffter <tschaffter@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and tschaffter committed Apr 12, 2021
1 parent 4c1b4cb commit d3eaced
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DNSMASQ_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.84
2.85
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:10.9-slim as dnsmasq

ARG DNSMASQ_VERSION="2.84"
ARG DNSMASQ_VERSION="2.85"
ENV DNSMASQ_VERSION=${DNSMASQ_VERSION}

SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
dnsmasq:
image: tschaffter/dnsmasq:2.84
image: tschaffter/dnsmasq:2.85
build:
context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit d3eaced

Please sign in to comment.