Skip to content

Commit 6bedac3

Browse files
golang 1.26
1 parent 846d04f commit 6bedac3

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
@@ -10,7 +10,7 @@
1010
# Run: docker run -p 8080:8080 -v ./config.yaml:/etc/sentinel-gate/sentinel-gate.yaml:ro sentinel-gate:latest
1111

1212
# Stage 1: Build
13-
FROM golang:1.25-alpine AS builder
13+
FROM golang:1.26-alpine AS builder
1414

1515
WORKDIR /app
1616

0 commit comments

Comments
 (0)