Skip to content

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
inistcnrs committed Jan 28, 2020
1 parent d4db733 commit 50f09e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install: ## install depedencies thanks to a dockerized npm install
@make chown

build: ## build the docker istex/istex-dl image locally
@docker build -t istex/istex-dl:4.18.0 --build-arg http_proxy --build-arg https_proxy .
@docker build -t istex/istex-dl:4.19.0 --build-arg http_proxy --build-arg https_proxy .

run: ## run istex-dl in production mode
@docker-compose -f ./docker-compose.yml up -d
Expand Down

0 comments on commit 50f09e7

Please sign in to comment.