Skip to content

Commit

Permalink
14.0.7-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
arimet committed Sep 20, 2023
1 parent 8ed9983 commit 9fe6da0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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": ">= 12"
},
"name": "lodex",
"version": "14.0.6-alpha",
"version": "14.0.7-alpha",
"description": "",
"main": "src/api/index.js",
"browser": {
Expand Down

0 comments on commit 9fe6da0

Please sign in to comment.