Skip to content

Commit

Permalink
14.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed Jun 28, 2024
1 parent ae8c0b8 commit 11e005a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ build:
## Deploy =================================================================

publish: build ## publish version to docker hub
docker build -t cnrsinist/lodex:14.0.55 --build-arg http_proxy --build-arg https_proxy .
docker push cnrsinist/lodex:14.0.55
docker build -t cnrsinist/lodex:14.0.56 --build-arg http_proxy --build-arg https_proxy .
docker push cnrsinist/lodex:14.0.56

## Development =================================================================

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"node": ">= 16"
},
"name": "lodex",
"version": "14.0.55",
"version": "14.0.56",
"description": "",
"main": "src/api/index.js",
"browser": {
Expand Down

0 comments on commit 11e005a

Please sign in to comment.