feat(更新版本): 更新版本

This commit is contained in:
xiaoqidun committed 2023-07-12 10:00:10 +08:00
1 parent e638e215cd
commit 3d2d480d19
3 files changed
+2 -4

No files matched your search

-2
View File
@@ -2,10 +2,8 @@
kind: pipeline
type: docker
name: default
node:
region: hk
steps:
- name: build
pull: if-not-exists
+1 -1
View File
@@ -1,5 +1,5 @@
# 基础镜像
FROM golang:1.20.5-bookworm
FROM golang:1.20.6-bookworm
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"
+1 -1
View File
@@ -1,5 +1,5 @@
# 基础镜像
FROM golang:1.20.5-bookworm
FROM golang:1.20.6-bookworm
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"