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 4ca0d73 commit 6d8b11cCopy full SHA for 6d8b11c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21.3-alpine AS builder
+FROM golang:1.21.5-alpine AS builder
2
WORKDIR /src/
3
COPY go.mod go.mod
4
COPY go.sum go.sum
go.mod
@@ -1,6 +1,6 @@
module github.com/sap-contributions/prometheus-logstash-exporter
-go 1.21.3
+go 1.21.5
5
require github.com/prometheus/client_golang v1.17.0
6
0 commit comments