feat(更新版本): 更新版本
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
xiaoqidun 2023-07-12 10:00:10 +08:00
parent e638e215cd
commit 3d2d480d19
3 changed files with 2 additions and 4 deletions

View File

@ -2,10 +2,8 @@
kind: pipeline
type: docker
name: default
node:
region: hk
steps:
- name: build
pull: if-not-exists

View File

@ -1,5 +1,5 @@
# 基础镜像
FROM golang:1.20.5-bookworm
FROM golang:1.20.6-bookworm
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"

View File

@ -1,5 +1,5 @@
# 基础镜像
FROM golang:1.20.5-bookworm
FROM golang:1.20.6-bookworm
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"