Docker: upgrade Alpine to 3.14 (#67)
This commit is contained in:
parent
62fe64e1c0
commit
d8237c8b7c
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
ARG BUILDPLATFORM=linux/amd64
|
ARG BUILDPLATFORM=linux/amd64
|
||||||
|
|
||||||
ARG ALPINE_VERSION=3.12
|
ARG ALPINE_VERSION=3.14
|
||||||
ARG RUST_VERSION=1-slim-bullseye
|
ARG RUST_VERSION=1-slim-bullseye
|
||||||
|
|
||||||
FROM --platform=${BUILDPLATFORM} rust:${RUST_VERSION} AS base
|
FROM --platform=${BUILDPLATFORM} rust:${RUST_VERSION} AS base
|
||||||
|
|
|
@ -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
|
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)
|
1. Check it's up by visiting [http://localhost:9586/metrics](http://localhost:9586/metrics)
|
||||||
|
|
||||||
You can then update the image with
|
You can then update the image with
|
||||||
|
|
Loading…
Reference in a new issue