We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa1633 commit 98ba745Copy full SHA for 98ba745
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.13 as builder
+FROM golang:1.21 as builder
2
WORKDIR /go/src/github.com/camptocamp/prometheus-puppetdb-sd
3
RUN mkdir -p /etc/prometheus/puppetdb-sd/ && chown -R 1001:root /etc/prometheus/puppetdb-sd/ && chmod -R g=u /etc/prometheus/puppetdb-sd/
4
COPY . .
0 commit comments