Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 9, 2023
1 parent 8e5b6c6 commit 60ca42c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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_18/{{package}}"
"depNameTemplate": "alpine_3_19/{{package}}"
}
],
"packageRules": [
Expand Down
8 changes: 4 additions & 4 deletions wireguard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
git=2.40.1-r0 \
git=2.43.0-r0 \
\
&& apk add --no-cache \
go=1.20.11-r0 \
iptables=1.8.9-r2 \
libqrencode=4.1.1-r1 \
go=1.21.5-r0 \
iptables=1.8.10-r1 \
libqrencode=4.1.1-r2 \
openresolv=3.13.2-r0 \
wireguard-tools=1.0.20210914-r3 \
\
Expand Down

0 comments on commit 60ca42c

Please sign in to comment.