File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- SYSROOT_VERSION = 0.3.0
2
- SYSROOT_CLI_IMAGE = faasm.azurecr.io/cpp-sysroot:0.3.0
1
+ SYSROOT_VERSION = 0.3.1
2
+ SYSROOT_CLI_IMAGE = faasm.azurecr.io/cpp-sysroot:0.3.1
3
3
COMPOSE_PROJECT_NAME = cpp-dev
Original file line number Diff line number Diff line change 19
19
if : github.event.pull_request.draft == false
20
20
runs-on : ubuntu-latest
21
21
container :
22
- image : faasm.azurecr.io/cpp-sysroot:0.3.0
22
+ image : faasm.azurecr.io/cpp-sysroot:0.3.1
23
23
credentials :
24
24
username : ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }}
25
25
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 == 4.0.1
4
4
invoke >= 2.0.0
5
5
requests >= 2.31.0
You can’t perform that action at this time.
0 commit comments