Bump docker.io/golang image from 1.22.3 to v1.22.4

This commit is contained in:
dghubble-renovate[bot]
2024-06-04 21:40:22 +00:00
parent 8ab435c7e9
commit 85a8d753b6

View File

@@ -1,4 +1,4 @@
FROM docker.io/golang:1.22.3 AS builder
FROM docker.io/golang:1.22.4 AS builder
COPY . src
RUN cd src && make build