mirror of
https://github.com/lkmio/lkm.git
synced 2026-04-22 16:17:05 +08:00
chore: update Go version to 1.20 in Dockerfile
This commit is contained in:
+1
-3
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.19-alpine as builder
|
||||
FROM golang:1.20-alpine as builder
|
||||
|
||||
# 设置构建参数
|
||||
ARG GOOS=linux
|
||||
@@ -27,8 +27,6 @@ WORKDIR /build/lkm
|
||||
# 将代码复制到容器中
|
||||
COPY . .
|
||||
|
||||
COPY ./avformat /build/avformat
|
||||
|
||||
RUN go mod download && go mod tidy -v && go build -o lkm .
|
||||
|
||||
# 运行阶段指定scratch作为基础镜像
|
||||
|
||||
Reference in New Issue
Block a user