Skip to content

Commit

Permalink
test: golang-crossbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Mar 3, 2025
1 parent c2885b8 commit 6efc900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GO_VERSION
ARG SUFFIX # Should be main-debian11 or arm
FROM docker.elastic.co/beats-dev/golang-crossbuild:${GO_VERSION}-${SUFFIX}
FROM docker.elastic.co/observability-ci/golang-crossbuild:${GO_VERSION}-${SUFFIX}

RUN \
apt-get update \
Expand Down

0 comments on commit 6efc900

Please sign in to comment.