Update Dockerfile (#13)

修改基础编译镜像为:golang:alpine
This commit is contained in:
Alterem 2024-05-17 12:03:07 +08:00 committed by GitHub
parent f271bc9ed3
commit ed9ed5bdb6
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