Skip to content

Commit 3b4bd66

Browse files
committed
Update Go in Docker
1 parent a0a0f48 commit 3b4bd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN curl --location "https://github.com/kubernetes-sigs/kustomize/releases/downl
3737
chmod +x kustomize && \
3838
mv kustomize /usr/bin/kustomize
3939

40-
FROM golang:1.21-alpine as builder
40+
FROM golang:1.23-alpine as builder
4141
ARG TARGETARCH
4242
ARG TARGETPLATFORM
4343
WORKDIR /kube-score

0 commit comments

Comments
 (0)