From 334186cf450810fb78fae384f936aeda90b2729a Mon Sep 17 00:00:00 2001 From: David Leclerc Date: Mon, 8 Jan 2024 12:10:27 -0500 Subject: [PATCH] Release tag. --- Apps/ClientApp/package-lock.json | 4 ++-- Apps/ClientApp/package.json | 2 +- Apps/ServerApp/package-lock.json | 4 ++-- Apps/ServerApp/package.json | 2 +- Scripts/build.sh | 2 +- docker-compose.local.yml | 2 +- docker-compose.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Apps/ClientApp/package-lock.json b/Apps/ClientApp/package-lock.json index 021e6d1..e45cf2e 100644 --- a/Apps/ClientApp/package-lock.json +++ b/Apps/ClientApp/package-lock.json @@ -1,12 +1,12 @@ { "name": "samurai-client", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "samurai-client", - "version": "2.4.1", + "version": "2.4.2", "dependencies": { "i18next": "^19.4.4", "react": "^16.13.0", diff --git a/Apps/ClientApp/package.json b/Apps/ClientApp/package.json index 0d2ad6a..cb7ee51 100644 --- a/Apps/ClientApp/package.json +++ b/Apps/ClientApp/package.json @@ -1,6 +1,6 @@ { "name": "samurai-client", - "version": "2.4.1", + "version": "2.4.2", "author": "David Leclerc", "private": true, "dependencies": { diff --git a/Apps/ServerApp/package-lock.json b/Apps/ServerApp/package-lock.json index c2fcdb2..7f11b4e 100644 --- a/Apps/ServerApp/package-lock.json +++ b/Apps/ServerApp/package-lock.json @@ -1,12 +1,12 @@ { "name": "samurai-server", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "samurai-server", - "version": "2.4.1", + "version": "2.4.2", "license": "MIT", "dependencies": { "axios": "^1.3.6", diff --git a/Apps/ServerApp/package.json b/Apps/ServerApp/package.json index 1a15c1a..8258e8f 100644 --- a/Apps/ServerApp/package.json +++ b/Apps/ServerApp/package.json @@ -1,6 +1,6 @@ { "name": "samurai-server", - "version": "2.4.1", + "version": "2.4.2", "author": "David Leclerc", "license": "MIT", "private": true, diff --git a/Scripts/build.sh b/Scripts/build.sh index d78bee0..b38e656 100644 --- a/Scripts/build.sh +++ b/Scripts/build.sh @@ -6,7 +6,7 @@ dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # Define image variables user="dleclercpro" app="samurai" -release="2.4.1" +release="2.4.2" # 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 \ No newline at end of file diff --git a/docker-compose.local.yml b/docker-compose.local.yml index d007b89..94f7e24 100644 --- a/docker-compose.local.yml +++ b/docker-compose.local.yml @@ -4,7 +4,7 @@ version: '3.8' services: app: container_name: samurai-app - image: dleclercpro/samurai:2.4.1 + image: dleclercpro/samurai:2.4.2 restart: always ports: - 80:80 diff --git a/docker-compose.yml b/docker-compose.yml index 462b432..6e6d74d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ version: '3.8' services: app: container_name: samurai-app - image: dleclercpro/samurai:2.4.1 + image: dleclercpro/samurai:2.4.2 restart: always depends_on: - redis