fix: update Dockerfiles to golang:1.25-alpine (go.mod requires go 1.25.0)
This commit is contained in:
parent
fb0ae2b603
commit
be5ffbf8c1
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Build stage
|
||||
FROM golang:1.23-alpine AS builder
|
||||
FROM golang:1.25-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue