Skip to content

Commit 98ba745

Browse files
build: update Go version
1 parent 8fa1633 commit 98ba745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13 as builder
1+
FROM golang:1.21 as builder
22
WORKDIR /go/src/github.com/camptocamp/prometheus-puppetdb-sd
33
RUN mkdir -p /etc/prometheus/puppetdb-sd/ && chown -R 1001:root /etc/prometheus/puppetdb-sd/ && chmod -R g=u /etc/prometheus/puppetdb-sd/
44
COPY . .

0 commit comments

Comments
 (0)