Decrease wireguard-tools version
This commit is contained in:
parent
4e30cf81ef
commit
65d6bd80bc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM weejewel/wg-easy:5
|
|||
COPY --from=mindflavor/prometheus-wireguard-exporter:3.5.1 /usr/local/bin/prometheus_wireguard_exporter /usr/local/bin/
|
||||
|
||||
RUN apk add -U --no-cache \
|
||||
wireguard-tools=1.0.20210914-r0
|
||||
wireguard-tools=1.0.20200102-r0
|
||||
|
||||
COPY entrypoint.sh /app/entrypoint.sh
|
||||
RUN chmod +x /app/entrypoint.sh
|
||||
|
|
Loading…
Reference in a new issue