diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index baf7f7f918..a23b4625c4 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -5,7 +5,7 @@ ########################### # Build binaries stage ########################### -FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS build +FROM --platform=$BUILDPLATFORM golang:1.22.11-alpine3.21 AS build ADD . /app WORKDIR /app # Arguments required to build binaries targetting the correct OS and CPU architectures