Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 23, 2024
1 parent b527830 commit d801dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_19/{{package}}"
"depNameTemplate": "alpine_3_20/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
Expand Down
4 changes: 2 additions & 2 deletions adguard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ARG ADGUARD_HOME_VERSION="v0.107.50"
# hadolint ignore=DL3003,SC2155
RUN \
apk add --no-cache \
nginx=1.24.0-r16 \
yq=4.35.2-r4 \
nginx=1.26.0-r1 \
yq-go=4.44.1-r0 \
\
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
Expand Down

0 comments on commit d801dad

Please sign in to comment.