diff --git a/Makefile b/Makefile index ee86c10fc..8e7f4e8a2 100644 --- a/Makefile +++ b/Makefile @@ -54,8 +54,8 @@ build: ## Deploy ================================================================= publish: build ## publish version to docker hub - docker build -t inistcnrs/lodex:14.0.42 --build-arg http_proxy --build-arg https_proxy . - docker push inistcnrs/lodex:14.0.42 + docker build -t inistcnrs/lodex:14.0.43 --build-arg http_proxy --build-arg https_proxy . + docker push inistcnrs/lodex:14.0.43 ## Development ================================================================= diff --git a/package-lock.json b/package-lock.json index 0d58cec8b..7012225c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lodex", - "version": "14.0.42", + "version": "14.0.43", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lodex", - "version": "14.0.42", + "version": "14.0.43", "hasInstallScript": true, "license": "CECILL-2.1", "dependencies": { diff --git a/package.json b/package.json index f8f03ae68..05379754f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "node": ">= 16" }, "name": "lodex", - "version": "14.0.42", + "version": "14.0.43", "description": "", "main": "src/api/index.js", "browser": {