We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36260ae commit fd8ed07Copy full SHA for fd8ed07
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
if: github.event.pull_request.draft == false
13
runs-on: ubuntu-20.04
14
container:
15
- image: faasm/cpython:0.0.11
+ image: faasm/cpython:0.0.12
16
defaults:
17
run:
18
working-directory: /code/python
@@ -40,7 +40,7 @@ jobs:
40
REDIS_QUEUE_HOST: redis
41
REDIS_STATE_HOST: redis
42
43
44
45
46
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM faasm/cpp-sysroot:0.0.22
+FROM faasm/cpp-sysroot:0.0.24
2
ARG FAASM_PYTHON_VERSION
3
4
RUN apt install -y \
VERSION
@@ -1 +1 @@
-0.0.11
+0.0.12
0 commit comments