From d8237c8b7cfc6ec224b12feb2d647cd7b109435a Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Thu, 14 Oct 2021 09:13:00 -0700 Subject: [PATCH] Docker: upgrade Alpine to 3.14 (#67) --- Dockerfile | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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