fix: fix Security vulnerability

Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong (cubxxw)
2023-12-15 21:09:41 +08:00
parent 10646f26c0
commit 080dfb222a
4 changed files with 25 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ ENV GOPROXY=$GOPROXY
# Set up the working directory
WORKDIR /openim/openim-server
COPY go.mod go.sum ./dd
COPY go.mod go.sum ./
RUN go mod download
# Copy all files to the container