Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.k8s-scheduler
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Optimized for Kubernetes deployments

# Build stage
FROM golang:1.21-alpine AS builder
FROM golang:1.25-alpine AS builder

# Install build dependencies
RUN apk add --no-cache git ca-certificates tzdata
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.prometheus-demo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Includes Prometheus metrics export and GPU monitoring

# Build stage
FROM golang:1.21-alpine AS builder
FROM golang:1.25-alpine AS builder

# Install build dependencies
RUN apk add --no-cache git ca-certificates tzdata
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.web-dashboard
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Optimized for small image size and security

# Build stage - Full Go toolchain
FROM golang:1.21-alpine AS builder
FROM golang:1.25-alpine AS builder

# Install build dependencies
RUN apk add --no-cache git ca-certificates tzdata
Expand Down
Loading