Skip to content

Commit 059fbcf

Browse files
authored
changes alfred version in start bat (#160)
1 parent 96e31e6 commit 059fbcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ set "PWD=/%PWD%"
1010
REM grab MINIO_ENDPOINT from ipconfig
1111
Call :setMinioEndpoint
1212

13-
docker pull kernai/alfred:v1.4.0
13+
docker pull kernai/alfred:v1.5.0
1414

1515
docker run -d --rm ^
1616
--name alfred ^
1717
-v /var/run/docker.sock:/var/run/docker.sock ^
18-
-v %PWD%/refinery:/refinery kernai/alfred:v1.4.0 ^
18+
-v %PWD%/refinery:/refinery kernai/alfred:v1.5.0 ^
1919
python start.py %PWD%/refinery %MINIO_ENDPOINT% > nul
2020

2121
docker logs -f alfred

0 commit comments

Comments
 (0)