diff --git a/Dockerfile b/Dockerfile index 40f3d1d..efd9f3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.5-alpine AS builder +FROM golang:1.23.6-alpine AS builder WORKDIR /src/ COPY go.mod go.mod COPY go.sum go.sum diff --git a/go.mod b/go.mod index 75a88fd..f0839d7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap-contributions/prometheus-logstash-exporter -go 1.23.5 +go 1.23.6 require ( github.com/prometheus/client_golang v1.20.5