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 5f35591 commit 83ae5dbCopy full SHA for 83ae5db
docker/cpython.dockerfile
@@ -1,4 +1,4 @@
1
-FROM faasm/sysroot:v0.0.7
+FROM faasm/sysroot:v0.0.8
2
3
RUN apt install -y \
4
libssl-dev \
tasks/runtime.py
@@ -7,7 +7,7 @@
7
8
from invoke import task
9
10
-from faasmtools import FAASM_LOCAL_DIR
+from faasmtools.build import FAASM_LOCAL_DIR
11
12
from tasks.env import PROJ_ROOT, THIRD_PARTY_DIR
13
0 commit comments