Skip to content

Commit

Permalink
Version 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nojhamster committed Sep 12, 2024
1 parent 4e99182 commit 379e140
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,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:3.10.0 docker image locally
@docker build -t ezpaarseproject/ezpaarse:3.10.0 --build-arg http_proxy --build-arg https_proxy .
build-docker: ## Build ezpaarseproject/ezpaarse:3.10.1 docker image locally
@docker build -t ezpaarseproject/ezpaarse:3.10.1 --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:3.10.0
image: ezpaarseproject/ezpaarse:3.10.1
build:
context: .
args:
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
@@ -1,6 +1,6 @@
{
"name": "ezpaarse",
"version": "3.10.0",
"version": "3.10.1",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 379e140

Please sign in to comment.