We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24271e commit 1db39a3Copy full SHA for 1db39a3
docker_build
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
VERSION=dev
3
-GO_VERSION=1.20.2
+GO_VERSION=1.20.3
4
docker run -it --rm -e BUILD_VERSION=$VERSION \
5
-e GOPROXY=https://goproxy.cn \
6
-v `pwd`:/code -w /code lwch/natpass-builder:$GO_VERSION
0 commit comments