We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff56d19 commit 17e362fCopy full SHA for 17e362f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25.1-alpine3.22 AS builder
+FROM golang:1.25.2-alpine3.22 AS builder
2
WORKDIR /go/src/github.com/mrueg/netcupscp-exporter
3
COPY . .
4
RUN apk --no-cache add make git && make
0 commit comments