Bump docker.io/golang image from 1.23.0 to v1.23.1

This commit is contained in:
dghubble-renovate[bot]
2024-09-06 20:40:24 +00:00
parent cc76c29eef
commit 1fc390c04f

View File

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