diff options
author | snyk-bot <snyk-bot@snyk.io> | 2023-05-29 15:19:13 +0200 |
---|---|---|
committer | snyk-bot <snyk-bot@snyk.io> | 2023-05-29 15:19:13 +0200 |
commit | bd6b23035d674bc760f1cc7e225b0e3729ab562e (patch) | |
tree | 5ad93231e90ad03305a26b687e91c8a3422bf4b2 | |
parent | Merge pull request #532 from with1874/main (diff) | |
download | gpt4free-bd6b23035d674bc760f1cc7e225b0e3729ab562e.tar gpt4free-bd6b23035d674bc760f1cc7e225b0e3729ab562e.tar.gz gpt4free-bd6b23035d674bc760f1cc7e225b0e3729ab562e.tar.bz2 gpt4free-bd6b23035d674bc760f1cc7e225b0e3729ab562e.tar.lz gpt4free-bd6b23035d674bc760f1cc7e225b0e3729ab562e.tar.xz gpt4free-bd6b23035d674bc760f1cc7e225b0e3729ab562e.tar.zst gpt4free-bd6b23035d674bc760f1cc7e225b0e3729ab562e.zip |
Diffstat (limited to '')
-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 \ |