Skip to content

Commit 90d8ffb

Browse files
authored
Bump faasmctl (#122)
* deps: bump faasmctl version * gh: bump patch version to fix quick-start tests
1 parent a4a33a5 commit 90d8ffb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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
33
COMPOSE_PROJECT_NAME=cpp-dev

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: github.event.pull_request.draft == false
2020
runs-on: ubuntu-latest
2121
container:
22-
image: faasm.azurecr.io/cpp-sysroot:0.3.0
22+
image: faasm.azurecr.io/cpp-sysroot:0.3.1
2323
credentials:
2424
username: ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }}
2525
password: ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }}

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.1

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==22.3.0
2-
faasmctl==0.7.1
2+
faasmctl==0.13.0
33
flake8==4.0.1
44
invoke>=2.0.0
55
requests>=2.31.0

0 commit comments

Comments
 (0)