diff --git a/Dockerfile b/Dockerfile index c9876c6..109edfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /app COPY metrics.json metrics-lua.json /app/ # Runtime Image -FROM alpine:3.16.2 as runtime-image +FROM alpine:3.17.0 as runtime-image ARG REPO=sberk42/fritzbox_exporter