Skip to content

Commit 4252d9b

Browse files
author
Jerry
committed
修改dockerfile
1 parent 908a4a5 commit 4252d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN npm install
55
COPY . .
66
RUN npm run generate
77

8-
FROM golang:1.22 as backend
8+
FROM golang:1.22.5-alpine as backend
99
ENV CGO_ENABLED 1
1010
RUN apk add build-base
1111
WORKDIR /app

0 commit comments

Comments
 (0)