Skip to content

Commit

Permalink
update:v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyan075500 committed Oct 8, 2024
1 parent f4024ca commit 6df00d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.8
FROM swr.cn-east-3.myhuaweicloud.com/lansefenbao/golang:1.23.1

# 指定工作目录
WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions deploy/docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
OPS_WEB_VERSION=20241008
4 changes: 2 additions & 2 deletions deploy/kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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


##################################################
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6df00d1

Please sign in to comment.