From 17f277975e829ea102604572f83a731d12e08b0e Mon Sep 17 00:00:00 2001 From: lwch Date: Mon, 14 Feb 2022 16:06:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=86=E5=A4=87=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build | 2 +- build_all | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index 7861ab8..1b0c7d8 100755 --- a/build +++ b/build @@ -1,6 +1,6 @@ #!/bin/sh -VERSION=0.8.2 +VERSION=0.8.3 DOCKER_BUILDKIT=1 docker build -t natpass -f contrib/build/Dockerfile . docker run --rm \ diff --git a/build_all b/build_all index e99a3d2..b4fdeec 100755 --- a/build_all +++ b/build_all @@ -1,6 +1,6 @@ #!/bin/sh -VERSION=0.8.2 +VERSION=0.8.3 DOCKER_BUILDKIT=1 docker build -t natpass -f contrib/build/Dockerfile . docker run --rm \