Skip to content

Commit fc20456

Browse files
committed
chore(renovate): Update docker.io/library/golang Docker tag to v1.21.1
1 parent 7207652 commit fc20456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/golang:1.21.0-alpine as builder
1+
FROM docker.io/library/golang:1.21.1-alpine as builder
22
WORKDIR /go/src/github.com/squarefactory/submer-pod-exporter/
33
COPY go.mod go.sum ./
44
RUN go mod download

0 commit comments

Comments
 (0)