Skip to content

Commit

Permalink
Align taskfile GOLANG_VERSION with Docker file build image
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Nov 13, 2023
1 parent 1f087c7 commit 787f180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/k8s/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/golang:1.21.2 as builder
FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/golang:1.21.3 as builder

ARG TARGETARCH
ARG TARGETOS
Expand Down

0 comments on commit 787f180

Please sign in to comment.