Skip to content

Commit

Permalink
bazel: use non-alpine base image
Browse files Browse the repository at this point in the history
the linker is being a pain when using image_oci with alpine

Signed-off-by: toby lorne <toby@toby.codes>
  • Loading branch information
tlwr committed Oct 8, 2024
1 parent ebf5fc0 commit f46c577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ load("@rules_oci//oci:pull.bzl", "oci_pull")
oci_pull(
name = "go_alpine_linux",
image = "index.docker.io/library/golang",
tag = "1.21-alpine",
tag = "1.21",
platforms = [
"linux/amd64",
],
Expand Down

0 comments on commit f46c577

Please # to comment.