Decrease wireguard-tools version

This commit is contained in:
Pavel Popov 2022-05-05 01:20:32 +03:00
parent 4e30cf81ef
commit 65d6bd80bc
No known key found for this signature in database
GPG key ID: 69085A83DD6EC92F

View file

@ -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