Skip to content

Commit

Permalink
chore: update ZenTao references and Docker image version
Browse files Browse the repository at this point in the history
- Update the link to the latest ZenTao open-source version in the README file
- Update the Docker image version for the zentao service in the docker-compose.yaml file

Signed-off-by: ysicing <[email protected]>
  • Loading branch information
ysicing committed Jul 10, 2024
1 parent 4e21780 commit fba57e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Zentao API client enabling Go programs to interact with Zentao in a simple and u

## NOTE

基于ZenTao最新开源版本[`20.0`](https://github.com/quicklyon/zentao-docker)
基于ZenTao最新开源版本[`20.2.0`](https://github.com/easysoft/zentaopms/tree/zentaopms_20.2.0_20240710)

## API

Expand Down
2 changes: 1 addition & 1 deletion hack/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:

# zentao service
zentao:
image: easysoft/zentao:20.0
image: easysoft/zentao:20.2.0
container_name: zentao
pull_policy: always
restart: always
Expand Down

0 comments on commit fba57e5

Please sign in to comment.