File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,12 @@ echo "Building finished"
48
48
cd $ORIG_DIR
49
49
mv $FRONTEND_DIR /caprover-frontend/build ./dist-frontend
50
50
51
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
52
- export DOCKER_CLI_EXPERIMENTAL=enabled
51
+ sudo apt-get update && sudo apt-get install qemu-user-static
52
+ # docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
53
+ docker run --rm --privileged tonistiigi/binfmt --install all
54
+ # export DOCKER_CLI_EXPERIMENTAL=enabled
53
55
docker buildx ls
56
+ docker buildx rm mybuilder || echo " mybuilder not found"
54
57
docker buildx create --name mybuilder
55
58
docker buildx use mybuilder
56
59
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ echo $IMAGE_NAME:$CAPROVER_VERSION
44
44
echo " **************************************"
45
45
echo " **************************************"
46
46
47
- FRONTEND_COMMIT_HASH=89516709d5462c38554cae5b62845432adf3f88a
47
+ FRONTEND_COMMIT_HASH=c4e87b86018b75691af1f8bd08f0eebe4c9e3aaa
48
48
49
49
# # Building frontend app
50
50
ORIG_DIR=$( pwd)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER =
17
17
const configs = {
18
18
publishedNameOnDockerHub : 'caprover/caprover' ,
19
19
20
- version : '1.12 .0' ,
20
+ version : '1.13 .0' ,
21
21
22
22
defaultMaxLogSize : '512m' ,
23
23
You can’t perform that action at this time.
0 commit comments