Skip to content

Commit 7ba1c01

Browse files
Bump docker.io/golang image from 1.26.0 to v1.26.1 (#410)
Co-authored-by: dghubble-renovate[bot] <119624128+dghubble-renovate[bot]@users.noreply.github.com>
1 parent 04e1d52 commit 7ba1c01

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/golang:1.26.0 AS builder
1+
FROM docker.io/golang:1.26.1 AS builder
22
COPY . src
33
RUN cd src && make build
44

0 commit comments

Comments
 (0)