Skip to content

Commit

Permalink
Merge pull request #29 from aleksanderbl29/25-add-versioning-to-docke…
Browse files Browse the repository at this point in the history
…rfile

add specific version
  • Loading branch information
aleksanderbl29 authored Nov 24, 2023
2 parents 45ebba5 + c854ced commit e6528e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pihole-unbound/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG PIHOLE_VERSION
FROM pihole/pihole:${PIHOLE_VERSION:-latest}
FROM pihole/pihole:2023.10.0
RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list
RUN apt update && apt -t bullseye-backports install -y unbound

Expand Down

0 comments on commit e6528e6

Please sign in to comment.