summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorxtekky <98614666+xtekky@users.noreply.github.com>2023-06-04 00:27:19 +0200
committerGitHub <noreply@github.com>2023-06-04 00:27:19 +0200
commit940d3906a44471a4b22da6f5f1dac73c6e101c27 (patch)
treec1433e193aed3ef40a38bc2a2344fc805a153733 /Dockerfile
parentMerge pull request #622 from ggindinson/main-3 (diff)
parentMerge pull request #2 from cifer-sudo/snyk-fix-442c15a0753e66f7844e6a36b435906b (diff)
downloadgpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.tar
gpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.tar.gz
gpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.tar.bz2
gpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.tar.lz
gpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.tar.xz
gpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.tar.zst
gpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.zip
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2d3a9d65..1963cefb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \