-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
root@server#~/durl/build/durl-build# docker buildx build --platform=linux/amd64 .
build输出:
25.87 go get: github.com/cilium/ebpf@v0.7.0 updating to
25.87 github.com/cilium/ebpf@v0.19.0: parsing go.mod: go.mod:3: invalid go version '1.23.0': must match format 1.23
Dockerfile:7
6 |
7 | >>> RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
8 | >>> # && apk --no-cache add git gcc g++
9 | >>> && go get -u -v github.com/beego/bee/v2
ERROR: failed to solve: process "/bin/sh -c sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && go get -u -v github.com/beego/bee/v2" did not complete successfully: exit code: 1
Metadata
Metadata
Assignees
Labels
No labels