Skip to content

Commit ae6c8a1

Browse files
authored
Bump faasmctl (#31)
gh: bump faasmctl and patch version
1 parent cfe5cc9 commit ae6c8a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.event.pull_request.draft == false
2121
runs-on: ubuntu-latest
2222
container:
23-
image: faasm.azurecr.io/cpython:0.3.0
23+
image: faasm.azurecr.io/cpython:0.3.1
2424
credentials:
2525
username: ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }}
2626
password: ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }}
@@ -44,7 +44,7 @@ jobs:
4444
REDIS_QUEUE_HOST: redis
4545
REDIS_STATE_HOST: redis
4646
container:
47-
image: faasm.azurecr.io/cpython:0.3.0
47+
image: faasm.azurecr.io/cpython:0.3.1
4848
credentials:
4949
username: ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }}
5050
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==3.9.2
44
invoke>=2.0.0
55
numpy==1.22.0

0 commit comments

Comments
 (0)