We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef395f commit 0a4e5c9Copy full SHA for 0a4e5c9
1 file changed
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM golang:1.17.8-alpine3.15 AS builder
+FROM golang:1.18.3-alpine3.16 AS builder
2
WORKDIR /go/src/github.com/mrueg/netcupscp-exporter
3
COPY . .
4
RUN apk --no-cache add make git && make
5
6
-FROM scratch
+FROM alpine:3.16
7
COPY --from=builder /go/src/github.com/mrueg/netcupscp-exporter/netcupscp-exporter /
8
9
CMD ["/netcupscp-exporter"]
0 commit comments