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 ffe10fe commit de0b83eCopy full SHA for de0b83e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.20.5-alpine AS builder
+FROM golang:1.21.0-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.20
+go 1.21
5
require github.com/prometheus/client_golang v1.16.0
6
0 commit comments