Skip to content

Commit

Permalink
Bump Golang version to 1.23.4 in FKAS Dockerfile
Browse files Browse the repository at this point in the history
This version is used in the other Dockerfiles, but not FKAS'. Bumping it
to match.

Signed-off-by: Huy Mai <huy.mai@est.tech>
  • Loading branch information
mquhuy committed Dec 19, 2024
1 parent 52cdc1a commit c02ece7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/fake-apiserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Support FROM override
ARG BUILD_IMAGE=docker.io/golang:1.22.7@sha256:192683db8982323952988c7b86c098ee7ecc6cbeb202bf7c113ff9be5358367c
ARG BUILD_IMAGE=docker.io/golang:1.23.4@sha256:574185e5c6b9d09873f455a7c205ea0514bfd99738c5dc7750196403a44ed4b7
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f

# Build the fkas binary on golang image
Expand Down

0 comments on commit c02ece7

Please sign in to comment.