Skip to content

Commit 1db39a3

Browse files
committed
修改docker_build脚本
1 parent c24271e commit 1db39a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
VERSION=dev
3-
GO_VERSION=1.20.2
3+
GO_VERSION=1.20.3
44
docker run -it --rm -e BUILD_VERSION=$VERSION \
55
-e GOPROXY=https://goproxy.cn \
66
-v `pwd`:/code -w /code lwch/natpass-builder:$GO_VERSION

0 commit comments

Comments
 (0)