Docker: upgrade Alpine to 3.14 (#67)

This commit is contained in:
Quentin McGaw 2021-10-14 09:13:00 -07:00 committed by GitHub
parent 62fe64e1c0
commit d8237c8b7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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

View file

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