Skip to content

Commit

Permalink
Release tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
dleclercpro committed Jan 10, 2024
1 parent c9cdb29 commit 113f909
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Apps/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samurai-client",
"version": "latest",
"version": "2.7.0",
"author": "David Leclerc",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion Apps/ServerApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samurai-server",
"version": "latest",
"version": "2.7.0",
"author": "David Leclerc",
"license": "MIT",
"private": true,
Expand Down
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.7.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:
samurai-app:
container_name: samurai-app
image: dleclercpro/samurai:latest
image: dleclercpro/samurai:2.7.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:
samurai-app:
container_name: samurai-app
image: dleclercpro/samurai:latest
image: dleclercpro/samurai:2.7.0
restart: always
depends_on:
- samurai-redis
Expand Down

0 comments on commit 113f909

Please sign in to comment.