diff --git a/Makefile b/Makefile index 0c54f6279..4e0731972 100644 --- a/Makefile +++ b/Makefile @@ -54,8 +54,8 @@ build: ## Deploy ================================================================= publish: build ## publish version to docker hub - docker build -t cnrsinist/lodex:14.0.52 --build-arg http_proxy --build-arg https_proxy . - docker push cnrsinist/lodex:14.0.52 + docker build -t cnrsinist/lodex:14.0.53 --build-arg http_proxy --build-arg https_proxy . + docker push cnrsinist/lodex:14.0.53 ## Development ================================================================= diff --git a/package-lock.json b/package-lock.json index 4fa1b6d15..4b30f49d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lodex", - "version": "14.0.52", + "version": "14.0.53", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lodex", - "version": "14.0.52", + "version": "14.0.53", "hasInstallScript": true, "license": "CECILL-2.1", "dependencies": { diff --git a/package.json b/package.json index 591a55619..78570ceb8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "node": ">= 16" }, "name": "lodex", - "version": "14.0.52", + "version": "14.0.53", "description": "", "main": "src/api/index.js", "browser": {