Skip to content

Commit d140614

Browse files
committed
chore: bump cpp-sysroot dep
1 parent 0a0e9a7 commit d140614

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
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: ghcr.io/faasm/cpython:0.4.0
23+
image: ghcr.io/faasm/cpython:0.5.0
2424
steps:
2525
- name: "Fetch code"
2626
uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
REDIS_QUEUE_HOST: redis
4242
REDIS_STATE_HOST: redis
4343
container:
44-
image: ghcr.io/faasm/cpython:0.4.0
44+
image: ghcr.io/faasm/cpython:0.5.0
4545
services:
4646
redis:
4747
image: redis

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/faasm/cpp-sysroot:0.4.0
1+
FROM ghcr.io/faasm/cpp-sysroot:0.8.0
22
ARG FAASM_PYTHON_VERSION
33

44
SHELL ["/bin/bash", "-c"]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
black==22.3.0
2-
faasmctl==0.13.0
3-
flake8==3.9.2
1+
black>=23.12.0
2+
faasmctl>=0.51.0
3+
flake8>=7.0.0
44
invoke>=2.0.0
5-
numpy==1.22.0
65
requests>=2.31.0

0 commit comments

Comments
 (0)