Skip to content

Commit c4b6cec

Browse files
authored
fix: use ecr registry for golang image to avoid rate limits (#331)
Signed-off-by: Ajay Mishra <[email protected]>
1 parent c37d5b0 commit c4b6cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-collector/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.25-bookworm AS builder
15+
FROM public.ecr.aws/docker/library/golang:1.25-bookworm AS builder
1616

1717
WORKDIR /workspace
1818

0 commit comments

Comments
 (0)