commit 7f63cf30880bac6ba16da99b128cf1136934674c
parent 47e3bc0a13cb9f21a66f723356781e5b7ee1a321
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Fri, 7 Apr 2023 03:51:25 -0700
update dockerfile & makefile
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
@@ -1,3 +1,3 @@
-FROM rust:1.54 as bhcli-builder
+FROM rust:1.68 as bhcli-builder
RUN apt-get update
RUN apt-get install -y pkg-config libasound2-dev libssl-dev cmake libfreetype6-dev libexpat1-dev libxcb-composite0-dev libx11-dev
diff --git a/Makefile b/Makefile
@@ -30,7 +30,7 @@ process-windows:
rm dist/bhcli.exe
rsync:
- rsync --recursive --times --compress --progress dist/ torsv:/root/dist/downloads-bhcli
+ rsync --recursive --times --compress --progress dist/ dkf:/home/dkf/dist/downloads-bhcli
deploy: build-darwin cross-compile-windows build-linux rsync