diff --git a/Dockerfile b/Dockerfile index bf13c0d..67afa13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.3-alpine3.20 AS builder +FROM golang:1.23.4-alpine3.20 AS builder WORKDIR /go/src/github.com/mrueg/netcupscp-exporter COPY . . RUN apk --no-cache add make git && make