Update
This commit is contained in:
parent
21b86ff24b
commit
2388d33beb
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM docker.io/alpine/git:2.36.3 as puller
|
||||
WORKDIR /usr/src/gbox
|
||||
ARG GBOX_VERSION
|
||||
RUN git clone --depth 1 --branch v${GBOX_VERSION} https://github.com/gbox-proxy/gbox.git .
|
||||
RUN git clone --depth 1 --branch ${GBOX_VERSION} https://github.com/gbox-proxy/gbox.git .
|
||||
|
||||
FROM docker.io/golang:1.17.13-alpine3.16 as builder
|
||||
WORKDIR /usr/src/gbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue