Skip to content

Commit 144ae72

Browse files
chore(deps): update non-minor dependencies to v1.22.2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a0c505 commit 144ae72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.1-alpine AS builder
1+
FROM golang:1.22.2-alpine AS builder
22
WORKDIR /src/
33
COPY go.mod go.mod
44
COPY go.sum go.sum

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sap-contributions/prometheus-logstash-exporter
22

3-
go 1.22.1
3+
go 1.22.2
44

55
require github.com/prometheus/client_golang v1.19.0
66

0 commit comments

Comments
 (0)