diff options
author | cifer-sudo <60644739+cifer-sudo@users.noreply.github.com> | 2023-05-29 15:20:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-29 15:20:02 +0200 |
commit | 1f49140b0962eab67ce67a85a660f64c279f7952 (patch) | |
tree | 5ad93231e90ad03305a26b687e91c8a3422bf4b2 /Dockerfile | |
parent | Merge pull request #532 from with1874/main (diff) | |
parent | fix: Dockerfile to reduce vulnerabilities (diff) | |
download | gpt4free-1f49140b0962eab67ce67a85a660f64c279f7952.tar gpt4free-1f49140b0962eab67ce67a85a660f64c279f7952.tar.gz gpt4free-1f49140b0962eab67ce67a85a660f64c279f7952.tar.bz2 gpt4free-1f49140b0962eab67ce67a85a660f64c279f7952.tar.lz gpt4free-1f49140b0962eab67ce67a85a660f64c279f7952.tar.xz gpt4free-1f49140b0962eab67ce67a85a660f64c279f7952.tar.zst gpt4free-1f49140b0962eab67ce67a85a660f64c279f7952.zip |
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM python:3.11 +FROM python:3.12.0b1-slim RUN apt-get update \ && apt-get install -y --no-install-recommends ffmpeg \ |