File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
if : github.event.pull_request.draft == false
21
21
runs-on : ubuntu-latest
22
22
container :
23
- image : faasm.azurecr.io/cpython:0.3.0
23
+ image : faasm.azurecr.io/cpython:0.3.1
24
24
credentials :
25
25
username : ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }}
26
26
password : ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }}
44
44
REDIS_QUEUE_HOST : redis
45
45
REDIS_STATE_HOST : redis
46
46
container :
47
- image : faasm.azurecr.io/cpython:0.3.0
47
+ image : faasm.azurecr.io/cpython:0.3.1
48
48
credentials :
49
49
username : ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }}
50
50
password : ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }}
Original file line number Diff line number Diff line change 1
- 0.3.0
1
+ 0.3.1
Original file line number Diff line number Diff line change 1
1
black == 22.3.0
2
- faasmctl == 0.7.1
2
+ faasmctl == 0.13.0
3
3
flake8 == 3.9.2
4
4
invoke >= 2.0.0
5
5
numpy == 1.22.0
You can’t perform that action at this time.
0 commit comments