diff --git a/cmd/bootstrap/template/Dockerfile.tpl b/cmd/bootstrap/template/Dockerfile.tpl index 596c800..08d162a 100644 --- a/cmd/bootstrap/template/Dockerfile.tpl +++ b/cmd/bootstrap/template/Dockerfile.tpl @@ -2,7 +2,7 @@ # First stage: # - Building the COSI OSP using the default Go image. ############################################################################### -FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.3 AS builder +FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.4 AS builder # Set the working directory. WORKDIR /cosi-osp