Update Dockerfile

修改基础编译镜像为:golang:alpine
This commit is contained in:
Alterem 2024-05-17 11:19:29 +08:00 committed by GitHub
parent 926f4146c5
commit 35f6bd0f2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder
FROM golang:alpine AS builder
WORKDIR /app