This commit is contained in:
parent
ad5eef7ef8
commit
0ac0bdb1ab
@ -1,10 +1,10 @@
|
||||
FROM golang:1.17-alpine AS build
|
||||
FROM golang:1.19.3-alpine AS build
|
||||
|
||||
WORKDIR /app
|
||||
COPY . ./
|
||||
RUN go mod download
|
||||
RUN go build -o /bin/prometheus-dnssec-exporter
|
||||
|
||||
FROM alpine:3.14.2
|
||||
FROM alpine:3.16.3
|
||||
COPY --from=build /bin/prometheus-dnssec-exporter /bin/prometheus-dnssec-exporter
|
||||
ENTRYPOINT [ "/bin/prometheus-dnssec-exporter" ]
|
||||
|
Loading…
Reference in New Issue
Block a user