diff --git a/Makefile b/Makefile index 08a68d7ac..ed2ff8329 100644 --- a/Makefile +++ b/Makefile @@ -58,9 +58,9 @@ build-app: docker-compose -f docker-compose.dev.yml run --no-deps --rm node npm run build build: ## Build the docker image localy - docker build -t inistcnrs/lodex:14.0.6 --build-arg http_proxy --build-arg https_proxy . + docker build -t inistcnrs/lodex:14.0.7-alpha --build-arg http_proxy --build-arg https_proxy . publish: build ## publish version to docker hub - docker push inistcnrs/lodex:14.0.6 + docker push inistcnrs/lodex:14.0.7-alpha analyze-code: ## Generate statistics about the bundle. Usage: make analyze-code. docker-compose -f docker-compose.dev.yml run --no-deps --rm node npm run analyze diff --git a/package-lock.json b/package-lock.json index 0f3ada45b..63aff77eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lodex", - "version": "14.0.6-alpha", + "version": "14.0.7-alpha", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e23aa7a6d..2f3177fdb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "node": ">= 12" }, "name": "lodex", - "version": "14.0.6-alpha", + "version": "14.0.7-alpha", "description": "", "main": "src/api/index.js", "browser": {