diff --git a/Dockerfile b/Dockerfile index 4b7a934..1411f8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.8 +FROM swr.cn-east-3.myhuaweicloud.com/lansefenbao/golang:1.23.1 # 指定工作目录 WORKDIR /app diff --git a/deploy/docker-compose/.env b/deploy/docker-compose/.env index fb3b0b5..f9029ce 100644 --- a/deploy/docker-compose/.env +++ b/deploy/docker-compose/.env @@ -32,7 +32,7 @@ MINIO_DEFAULT_BUCKETS=ops-api ################################################## # 后端程序版本 OPS_API_IMAGE=swr.cn-east-3.myhuaweicloud.com/lansefenbao/ops-api -OPS_API_VERSION=20240920 +OPS_API_VERSION=20241008 # 前端程序版本 OPS_WEB_IMAGE=swr.cn-east-3.myhuaweicloud.com/lansefenbao/ops-web -OPS_WEB_VERSION=20240920 \ No newline at end of file +OPS_WEB_VERSION=20241008 \ No newline at end of file diff --git a/deploy/kubernetes/values.yaml b/deploy/kubernetes/values.yaml index dfd51f8..9c73529 100644 --- a/deploy/kubernetes/values.yaml +++ b/deploy/kubernetes/values.yaml @@ -4,10 +4,10 @@ application: backend: replicas: 1 - image: swr.cn-east-3.myhuaweicloud.com/lansefenbao/ops-api:20240920 + image: swr.cn-east-3.myhuaweicloud.com/lansefenbao/ops-api:20241008 frontend: replicas: 1 - image: swr.cn-east-3.myhuaweicloud.com/lansefenbao/ops-web:20240920 + image: swr.cn-east-3.myhuaweicloud.com/lansefenbao/ops-web:20241008 ################################################## diff --git a/go.mod b/go.mod index 9da6110..af3a86d 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module ops-api -go 1.23 - -toolchain go1.23.1 +go 1.23.1 require ( github.com/LoginRadius/go-saml v0.0.0-20201026053633-34983fa40dc5