Skip to content

Commit f1cd90a

Browse files
authored
Merge pull request #314 from SovereignCloudStack/fix/dockerfile-build-go-version
🌱 Bump golang version in build image from 1.23.5-bullseye to 1.24.6-bullseye
2 parents da2cb16 + 80b6898 commit f1cd90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/cso/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.19.0 as helm
15+
FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.19.0 AS helm
1616

1717
# Build the manager binary
18-
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.5-bullseye as build
18+
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.24.6-bullseye AS build
1919
ARG TARGETOS TARGETARCH
2020

2121
COPY . /src/cluster-stack-operator

0 commit comments

Comments
 (0)