Skip to content

Commit

Permalink
add specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Nov 24, 2023
1 parent 45ebba5 commit c854ced
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 c854ced

Please sign in to comment.