Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
froozeify committed Sep 2, 2024
1 parent ff4c666 commit 68397e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "benoit-vignal/narvik-back",
"version": "1.4.2",
"version": "1.5.0",
"type": "project",
"license": "GNU AGPLv3",
"description": "App to manage a french shooting club",
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build: ## Builds the Docker images
@$(DOCKER_COMP) build --pull --no-cache

build-prod:
@docker build --pull --no-cache -t benoitvignal/narvik-back:latest -t benoitvignal/narvik-back:1 -t benoitvignal/narvik-back:1.4 --target frankenphp_prod .
@docker build --pull --no-cache -t benoitvignal/narvik-back:latest -t benoitvignal/narvik-back:1 -t benoitvignal/narvik-back:1.5 --target frankenphp_prod .

up: ## Start the docker hub in detached mode (no logs)
@$(DOCKER_COMP) up --detach
Expand Down

0 comments on commit 68397e4

Please sign in to comment.