diff --git a/Dockerfile b/Dockerfile index 3224b20..0a15f49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BUILDPLATFORM=linux/amd64 -ARG ALPINE_VERSION=3.12 +ARG ALPINE_VERSION=3.14 ARG RUST_VERSION=1-slim-bullseye FROM --platform=${BUILDPLATFORM} rust:${RUST_VERSION} AS base diff --git a/README.md b/README.md index f771fae..784e38b 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ Coming soon, subcribe to [#59](https://github.com/MindFlavor/prometheus_wireguar docker run -d --net=host --cap-add=NET_ADMIN --name wgexporter mindflavor/prometheus-wireguard-exporter ``` + ⚠️ If you encounter time issues on your 32 bit operating system, [check this](https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirements) + 1. Check it's up by visiting [http://localhost:9586/metrics](http://localhost:9586/metrics) You can then update the image with