Skip to content

Commit ceb1511

Browse files
author
shijianhuai
committed
fix: use Go 1.26 in hardened builder
1 parent b1565e6 commit ceb1511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.hardened

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM golang:1.24-alpine AS builder
2+
FROM golang:1.26-alpine AS builder
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)