feat(更新镜像): 更新底层镜像
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
xiaoqidun 2023-08-09 15:55:00 +08:00
parent 11ab5e4f01
commit 536852bb79
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# 基础镜像
FROM alpine:3.18.2
FROM alpine:3.18.3
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/xiaoqidun/gocos
go 1.20
go 1.21
require github.com/tencentyun/cos-go-sdk-v5 v0.7.42