Skip to content

Commit

Permalink
优化登录方式1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
name committed Dec 15, 2021
1 parent 668dac6 commit 307d013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

DOCKER_BASE_REPO="xiaojun207"
APP_NAME="docker-agent"
DOCKER_BUILD_TAG="1.2.3"
DOCKER_BUILD_TAG="1.2.4"

docker build -t ${DOCKER_BASE_REPO}/${APP_NAME}:${DOCKER_BUILD_TAG} -f ./deploy/Dockerfile .
docker tag ${DOCKER_BASE_REPO}/${APP_NAME}:${DOCKER_BUILD_TAG} ${DOCKER_BASE_REPO}/${APP_NAME}:latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module docker-agent

go 1.18
go 1.17

require (
github.com/docker/docker v20.10.6+incompatible
Expand Down

0 comments on commit 307d013

Please sign in to comment.