diff --git a/Dockerfile b/Dockerfile index 884c2f74b..8b84244a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # # base installs required dependencies and runs go mod download to cache dependencies # -FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24 AS base +FROM --platform=${BUILDPLATFORM} docker.io/golang:1.25 AS base RUN apt-get update && apt-get install -y --no-install-recommends \ bash \ build-essential \ diff --git a/build/scripts/ComplementPostgres.Dockerfile b/build/scripts/ComplementPostgres.Dockerfile index b155fd2a9..a65ed79cc 100644 --- a/build/scripts/ComplementPostgres.Dockerfile +++ b/build/scripts/ComplementPostgres.Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/golang:1.24 AS build +FROM docker.io/golang:1.25 AS build # Install dependencies RUN apt-get update && apt-get install -y --no-install-recommends \