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 6387bad commit 90b95b9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Apps/ClientApp/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 Apps/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samurai-client",
"version": "2.0.0",
"version": "2.4.1",
"author": "David Leclerc",
"private": true,
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions Apps/ServerApp/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 Apps/ServerApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samurai-server",
"version": "2.0.0",
"version": "2.4.1",
"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="2.4.0"
release="2.4.1"

# 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:2.4.0
image: dleclercpro/samurai:2.4.1
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:2.4.0
image: dleclercpro/samurai:2.4.1
restart: always
depends_on:
- redis
Expand Down

0 comments on commit 90b95b9

Please sign in to comment.