diff --git a/Dockerfile b/Dockerfile index 7b8a721..40ed4c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.0-alpine3.22 AS base +FROM golang:1.26.1-alpine3.22 AS base RUN adduser -D -H docker-exporter