准备打包

This commit is contained in:
lwch
2022-07-12 10:18:50 +08:00
parent fc09ae9cd9
commit ebd8b676f8
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -123,4 +123,8 @@
# v0.9.0
1. 远程桌面支持macos系统
2. 修改部署文档
2. 修改部署文档
# v0.9.1
1. 修正客户端在断网后会假死的问题
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
VERSION=0.9.0
VERSION=0.9.1
DOCKER_BUILDKIT=1 docker build -t natpass -f contrib/build/Dockerfile .
docker run --rm \
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
VERSION=0.9.0
VERSION=0.9.1
DOCKER_BUILDKIT=1 docker build -t natpass -f contrib/build/Dockerfile .
docker run --rm \