Skip to content

Commit 3e708d7

Browse files
committed
Preparing release
1 parent 9734c08 commit 3e708d7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

dev-scripts/build_and_push_edge.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,12 @@ echo "Building finished"
4848
cd $ORIG_DIR
4949
mv $FRONTEND_DIR/caprover-frontend/build ./dist-frontend
5050

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
5355
docker buildx ls
56+
docker buildx rm mybuilder || echo "mybuilder not found"
5457
docker buildx create --name mybuilder
5558
docker buildx use mybuilder
5659

dev-scripts/build_and_push_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ echo $IMAGE_NAME:$CAPROVER_VERSION
4444
echo "**************************************"
4545
echo "**************************************"
4646

47-
FRONTEND_COMMIT_HASH=89516709d5462c38554cae5b62845432adf3f88a
47+
FRONTEND_COMMIT_HASH=c4e87b86018b75691af1f8bd08f0eebe4c9e3aaa
4848

4949
## Building frontend app
5050
ORIG_DIR=$(pwd)

src/utils/CaptainConstants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER =
1717
const configs = {
1818
publishedNameOnDockerHub: 'caprover/caprover',
1919

20-
version: '1.12.0',
20+
version: '1.13.0',
2121

2222
defaultMaxLogSize: '512m',
2323

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy