We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca73f8 commit 82ff2bcCopy full SHA for 82ff2bc
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.8.6-slim-buster
+FROM python:3.8.12-slim-buster
2
RUN apt-get update && apt-get install -y --no-install-recommends make curl
3
COPY requirements.txt /requirements.txt
4
RUN pip install -r /requirements.txt
0 commit comments