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 8a0c505 commit 144ae72Copy full SHA for 144ae72
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22.1-alpine AS builder
+FROM golang:1.22.2-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.22.1
+go 1.22.2
5
require github.com/prometheus/client_golang v1.19.0
6
0 commit comments