Skip to content

Commit a89b126

Browse files
dghubble-renovate[bot]dghubble
authored andcommitted
Bump docker.io/golang image from 1.26.4 to v1.26.5
1 parent 00a2cee commit a89b126

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.amd64

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

Dockerfile.arm64

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

0 commit comments

Comments
 (0)