Skip to content

Commit 522e2f6

Browse files
chore(dockerfile): update golang docker tag to v1.26.2
1 parent 8ed1591 commit 522e2f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.6-alpine AS builder
1+
FROM golang:1.26.2-alpine AS builder
22
WORKDIR /src/
33
COPY go.mod go.mod
44
COPY go.sum go.sum

0 commit comments

Comments
 (0)