Skip to content

Commit

Permalink
Release tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
dleclercpro committed Mar 3, 2024
1 parent a090ff0 commit 2e047f2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Apps/Client/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/Client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liquors-quiz--client",
"version": "improvements-philipp",
"version": "v2.2.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.3",
Expand Down
4 changes: 2 additions & 2 deletions Apps/Server/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/Server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "liquors-quiz--server",
"label": "Server",
"version": "improvements-philipp",
"version": "v2.2.0",
"author": "David Leclerc",
"main": "./src/index.ts",
"scripts": {
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 constant image details
user="dleclercpro"
app="liquors-quiz"
release="improvements-philipp"
release="v2.2.0"

# Build app image
docker buildx -t $user/$app:$release -f Dockerfile .
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'

services:
liquors-quiz-app:
image: dleclercpro/liquors-quiz:improvements-philipp
image: dleclercpro/liquors-quiz:v2.2.0
container_name: liquors-quiz-app
ports:
- 80:8000
Expand Down

0 comments on commit 2e047f2

Please sign in to comment.