Skip to content

Commit bbde4c8

Browse files
committed
Fix docker builds
1 parent 4291266 commit bbde4c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/Dockerfile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ===================================================================================
22
# === Stage 1: Build the API service ================================================
33
# ===================================================================================
4-
FROM golang:1.24-alpine AS go-build
4+
FROM golang:1.25-alpine AS go-build
55

66
# Note these are ALWAYS passed in, so the values here are never used
77
ARG VERSION="0.0.0"

build/Dockerfile.frontend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ===================================================================================
22
# === Stage 1: Build the API service ================================================
33
# ===================================================================================
4-
FROM golang:1.24-alpine AS go-build
4+
FROM golang:1.25-alpine AS go-build
55

66
# Note these are ALWAYS passed in, so the values here are never used
77
ARG VERSION="0.0.0"

build/Dockerfile.runner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ===================================================================================
22
# === Stage 1: Build the runner service =============================================
33
# ===================================================================================
4-
FROM golang:1.24-alpine AS go-build
4+
FROM golang:1.25-alpine AS go-build
55

66
# Note these are ALWAYS passed in, so the values here are never used
77
ARG VERSION="0.0.0"

0 commit comments

Comments
 (0)