Skip to content

Commit

Permalink
build AGH v0.107.55
Browse files Browse the repository at this point in the history
  • Loading branch information
hat3ph authored Dec 11, 2024
1 parent 93dc2c6 commit 8ece9a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=AGH multi-arch image
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:0.107.54
ghcr.io/${{ github.repository }}:0.107.55
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#FROM --platform=$BUILDPLATFORM alpine:latest AS build
FROM alpine:latest

ARG AGH_VER=v0.107.54
ARG AGH_VER=v0.107.55
ARG TARGETPLATFORM
ARG BUILDPLATFORM
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Container combining AdGuard Home and Unbound. I don't like the fact you cannot u

Base: AlpineLinux: latest \
Unbound: latest \
AdGuardHome: 0.107.54
AdGuardHome: 0.107.55

Use the same volumemappings as the original AdGuardHome container. In fact, you can just swap in this image and everything still works. You only have to update your Upstream DNS server to __127.0.0.1:5053__, which enables Unbound.

Expand Down

0 comments on commit 8ece9a1

Please sign in to comment.