Skip to content

Commit

Permalink
Upgrading base container to 2022.08.2
Browse files Browse the repository at this point in the history
Required some reconfiguring since s6-overlay was upgraded to v3
  • Loading branch information
chriscrowe committed Aug 26, 2022
1 parent 0e83517 commit be5902b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions one-container/pihole-unbound/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM pihole/pihole:2022.07.1
FROM pihole/pihole:2022.08.2
RUN apt update && apt install -y unbound

COPY lighttpd-external.conf /etc/lighttpd/external.conf
COPY unbound-pihole.conf /etc/unbound/unbound.conf.d/pi-hole.conf
COPY 99-edns.conf /etc/dnsmasq.d/99-edns.conf
RUN mkdir /etc/services.d/unbound
RUN mkdir -p /etc/services.d/unbound
COPY unbound-run /etc/services.d/unbound/run

ENTRYPOINT ./s6-init
Expand Down
2 changes: 1 addition & 1 deletion one-container/pihole-unbound/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.07.1
2022.08.2
2 changes: 1 addition & 1 deletion one-container/pihole-unbound/unbound-run
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash

s6-echo "Starting unbound"

Expand Down

0 comments on commit be5902b

Please sign in to comment.