打包准备

This commit is contained in:
lwch
2022-08-25 09:53:55 +08:00
parent e3a31d1501
commit dbb0f78563
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -149,6 +149,6 @@
1. 修正code-server中剪贴板无法使用的问题
# TODO
# v0.10.4
1. 修正windows下连接异常无法正常退出的问题
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
VERSION=0.10.3
VERSION=0.10.4
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.10.3
VERSION=0.10.4
DOCKER_BUILDKIT=1 docker build -t natpass -f contrib/build/Dockerfile .
docker run --rm \