diff --git a/Makefile b/Makefile index 6978d5763..6f17c093a 100644 --- a/Makefile +++ b/Makefile @@ -59,9 +59,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.37 --build-arg http_proxy --build-arg https_proxy . + docker build -t inistcnrs/lodex:14.0.38 --build-arg http_proxy --build-arg https_proxy . publish: build ## publish version to docker hub - docker push inistcnrs/lodex:14.0.37 + docker push inistcnrs/lodex:14.0.38 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 18b12c39a..fe5a44981 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lodex", - "version": "14.0.37", + "version": "14.0.38", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lodex", - "version": "14.0.37", + "version": "14.0.38", "hasInstallScript": true, "license": "CECILL-2.1", "dependencies": { diff --git a/package.json b/package.json index 13aee5b5b..3857d63ee 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "node": ">= 16" }, "name": "lodex", - "version": "14.0.37", + "version": "14.0.38", "description": "", "main": "src/api/index.js", "browser": {