Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ab31a9827 |
@@ -3,6 +3,7 @@ ARG GOPROXY_URL=https://gitea.nehmer.net/api/packages/torben/go,https://proxy.go
|
||||
|
||||
FROM golang:${GO_VERSION}-bookworm AS build
|
||||
WORKDIR /src
|
||||
ARG GOPROXY_URL
|
||||
ENV GOPROXY=${GOPROXY_URL}
|
||||
|
||||
COPY go.mod ./
|
||||
|
||||
Reference in New Issue
Block a user