Skip to content

Commit

Permalink
Update Go in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Oct 1, 2024
1 parent a0a0f48 commit 3b4bd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN curl --location "https://github.com/kubernetes-sigs/kustomize/releases/downl
chmod +x kustomize && \
mv kustomize /usr/bin/kustomize

FROM golang:1.21-alpine as builder
FROM golang:1.23-alpine as builder
ARG TARGETARCH
ARG TARGETPLATFORM
WORKDIR /kube-score
Expand Down

0 comments on commit 3b4bd66

Please sign in to comment.