fix: update Dockerfiles to golang:1.25-alpine (go.mod requires go 1.25.0)

This commit is contained in:
Argo Workflows CI 2026-04-14 13:43:39 -04:00
parent fb0ae2b603
commit be5ffbf8c1
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Build stage
FROM golang:1.23-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /app

View file

@ -2,7 +2,7 @@
# Internal service that runs tickers for bot pairing, health checking, and stale job reaping
# Build stage
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /build

View file

@ -2,7 +2,7 @@
# Polls for match jobs from the Worker API, executes matches, uploads replays to R2
# Build stage
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /build