Skip to content

Commit 1987f5e

Browse files
authored
Merge pull request #26 from nglcobdai/dev
[v1.1.1] 依存ライブラリのセキュリティリスク改善
2 parents a91bf7c + 4eeac22 commit 1987f5e

File tree

4 files changed

+568
-518
lines changed

4 files changed

+568
-518
lines changed

.github/workflows/pytest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
echo "AUTHENTICATION_THRESHOLD=${{ vars.AUTHENTICATION_THRESHOLD }}" >> .env.test
4444
cat .env.test
4545
46+
- name: Install Docker Compose
47+
run: |
48+
sudo apt-get update
49+
sudo apt-get install -y docker-compose
50+
4651
- name: Build the containers & Start the containers
4752
run: |
4853
docker-compose -f docker-compose.test.yml --env-file .env.test up --build -d

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ It is intended to be used in combination with [Auto Unlock App](https://github.c
2727
### 1. Clone & Prepare .env
2828

2929
```sh
30-
$ git clone -b v1.1.0 https://github.com/nglcobdai/auto-unlock-server.git
30+
$ git clone -b v1.1.1 https://github.com/nglcobdai/auto-unlock-server.git
3131
$ cd auto-unlock-server
3232
```
3333

0 commit comments

Comments
 (0)