Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
friddle authored Jan 26, 2024
1 parent 5558b77 commit a5e899e
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 @@ -4,7 +4,7 @@ COPY . .
RUN go mod download
RUN go build -o dist/feishu_gpt_search main.go

FROM alpine:3.36
FROM alpine:latest
WORKDIR /app/
COPY --from=builder /src/dist/feishu_gpt_search /app/feishu_gpt_search
VOLUME /app/.feishu.env
Expand Down

0 comments on commit a5e899e

Please sign in to comment.