Skip to content

Commit 82ff2bc

Browse files
authored
Update Dockerfile
1 parent aca73f8 commit 82ff2bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8.6-slim-buster
1+
FROM python:3.8.12-slim-buster
22
RUN apt-get update && apt-get install -y --no-install-recommends make curl
33
COPY requirements.txt /requirements.txt
44
RUN pip install -r /requirements.txt

0 commit comments

Comments
 (0)