We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846d04f commit 6bedac3Copy full SHA for 6bedac3
1 file changed
Dockerfile
@@ -10,7 +10,7 @@
10
# Run: docker run -p 8080:8080 -v ./config.yaml:/etc/sentinel-gate/sentinel-gate.yaml:ro sentinel-gate:latest
11
12
# Stage 1: Build
13
-FROM golang:1.25-alpine AS builder
+FROM golang:1.26-alpine AS builder
14
15
WORKDIR /app
16
0 commit comments