Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Feb 17, 2024
1 parent b3af980 commit 3c0f7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:alpine AS build
WORKDIR /app
RUN apk add git --no-cache && \
git config --global http.version HTTP/1.1 && \
git clone https://github.com/lizheming/space-cli.git --branch=patch-1 --depth=1 && \
git clone https://github.com/deta/space-cli.git --depth=1 && \
cd space-cli && \
go build .

Expand Down

0 comments on commit 3c0f7a9

Please sign in to comment.