Skip to content

Commit

Permalink
Release tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
dleclercpro committed Jan 8, 2024
1 parent d550277 commit 77bf849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Define image variables
user="dleclercpro"
app="samurai"
release="latest"
release="2.4.0"

# Build a cross-platform image and push it to Dockerhub
docker buildx build --platform linux/amd64,linux/arm64 -t $user/$app:$release -f ./Dockerfile . --push
2 changes: 1 addition & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3.8'
services:
app:
container_name: samurai-app
image: dleclercpro/samurai:latest
image: dleclercpro/samurai:2.4.0
restart: always
ports:
- 80:80
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3.8'
services:
app:
container_name: samurai-app
image: dleclercpro/samurai:latest
image: dleclercpro/samurai:2.4.0
restart: always
depends_on:
- redis
Expand Down

0 comments on commit 77bf849

Please sign in to comment.