diff --git a/cmd/acb-index-builder/Dockerfile b/cmd/acb-index-builder/Dockerfile index 82c6903..85f7746 100644 --- a/cmd/acb-index-builder/Dockerfile +++ b/cmd/acb-index-builder/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.23-alpine AS builder +FROM golang:1.25-alpine AS builder WORKDIR /app diff --git a/cmd/acb-matchmaker/Dockerfile b/cmd/acb-matchmaker/Dockerfile index c82a017..c61b89f 100644 --- a/cmd/acb-matchmaker/Dockerfile +++ b/cmd/acb-matchmaker/Dockerfile @@ -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 diff --git a/cmd/acb-worker/Dockerfile b/cmd/acb-worker/Dockerfile index 349d1de..00f20bf 100644 --- a/cmd/acb-worker/Dockerfile +++ b/cmd/acb-worker/Dockerfile @@ -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