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 7e416fe commit ff56d19Copy full SHA for ff56d19
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25.0-alpine3.22 AS builder
+FROM golang:1.25.1-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