Skip to content

Commit

Permalink
Version 2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nojhamster committed Jan 31, 2019
1 parent a12399a commit 69f78db
Show file tree
Hide file tree
Showing 4 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 @@ -37,8 +37,8 @@ run-debug-docker: ## run ezpaarse in debug mode using docker
@# attach to the ezpaarse container in order to be able to stop it easily with CTRL+C
@docker attach ezpaarse

build-docker: ## Build ezpaarseproject/ezpaarse:2.14.2 docker image locally
@docker build -t ezpaarseproject/ezpaarse:2.14.2 --build-arg http_proxy --build-arg https_proxy .
build-docker: ## Build ezpaarseproject/ezpaarse:2.14.3 docker image locally
@docker build -t ezpaarseproject/ezpaarse:2.14.3 --build-arg http_proxy --build-arg https_proxy .

test-docker: ## Run tests inside the ezpaarse container (needs make run-debug-docker in //)
@docker exec -it ezpaarse make test
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:

ezpaarse:
container_name: ezpaarse
image: ezpaarseproject/ezpaarse:2.14.2
image: ezpaarseproject/ezpaarse:2.14.3
links:
- ezpaarse_db
environment:
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
@@ -1,7 +1,7 @@
{
"name": "ezPAARSE",
"main": "app.js",
"version": "2.14.2",
"version": "2.14.3",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 69f78db

Please sign in to comment.