Skip to content

Commit

Permalink
feat(adguard-home): bump to version 0.107.52
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed Aug 4, 2024
1 parent 581aad7 commit 4c834f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-adguard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
packages: write
strategy:
matrix:
version: ['0.107.51']
version: ['0.107.52']
steps:
- name: Check-out repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion adguard-home/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM cgr.dev/chainguard/wolfi-base:latest AS build

ARG TARGETOS
ARG TARGETARCH
ARG VERSION=0.107.50
ARG VERSION=0.107.52

RUN apk add --no-cache libcap-utils

Expand Down

0 comments on commit 4c834f5

Please sign in to comment.