Bump docker.io/golang image from 1.22.4 to v1.22.5

This commit is contained in:
dghubble-renovate[bot]
2024-07-03 03:30:38 +00:00
parent 76f05de75f
commit 2f45212c3b

View File

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