Skip to content

Commit

Permalink
Release tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
dleclercpro committed May 27, 2024
1 parent fc8df1d commit d275f94
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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": "dummy-authenticator-client",
"version": "latest",
"version": "v2.15.0",
"author": "David Leclerc",
"license": "MIT",
"private": true,
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,6 +1,6 @@
{
"name": "dummy-authenticator-server",
"version": "latest",
"version": "v2.15.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 constant image details
user="dleclercpro"
app="dummy-authenticator"
release="latest"
release="v2.15.0"

# Build app 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 @@ -3,7 +3,7 @@ version: '3.8'

services:
auth-app:
image: dleclercpro/dummy-authenticator:latest
image: dleclercpro/dummy-authenticator:v2.15.0
container_name: auth-app
ports:
- 8000:8000
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'

services:
auth-app:
image: dleclercpro/dummy-authenticator:latest
image: dleclercpro/dummy-authenticator:v2.15.0
container_name: auth-app
networks:
- custom
Expand Down

0 comments on commit d275f94

Please sign in to comment.