Skip to content

Commit 1b42d96

Browse files
Update Go base image to version 1.26-alpine
1 parent 6bedac3 commit 1b42d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/docker-demo/Dockerfile.demo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# docker build -f examples/docker-demo/Dockerfile.demo -t sentinel-gate-demo .
88

99
# Stage 1: Build SentinelGate binary
10-
FROM golang:1.25-alpine AS builder
10+
FROM golang:1.26-alpine AS builder
1111

1212
WORKDIR /app
1313
ENV CGO_ENABLED=0 GOOS=linux

0 commit comments

Comments
 (0)