update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# 使用官方的 Go 运行时作为基础镜像
|
||||
FROM golang:1.18-alpine AS builder
|
||||
FROM golang:latest AS builder
|
||||
|
||||
# 设置工作目录
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user