There was an error while loading. Please reload this page.
1 parent 12db680 commit de3dc56Copy full SHA for de3dc56
1 file changed
template/python3-http/Dockerfile
@@ -1,5 +1,5 @@
1
FROM openfaas/of-watchdog:0.7.7 as watchdog
2
-FROM python:3.7-alpine
+FROM python:3.8-alpine
3
4
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
5
RUN chmod +x /usr/bin/fwatchdog
@@ -22,6 +22,7 @@ WORKDIR /home/app/
22
COPY index.py .
23
COPY requirements.txt .
24
USER root
25
+run pip install --upgrade pip
26
RUN pip install -r requirements.txt
27
28
# Build the function directory and install any user-specified components
0 commit comments