Skip to content

Commit 91ab662

Browse files
committed
dev: set 3.10 in dockerfiles
1 parent 816d7e9 commit 91ab662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim
1+
FROM python:3.10-slim
22

33
RUN apt-get -y update && apt-get install -y ffmpeg
44

compose/prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim
1+
FROM python:3.10-slim
22

33
RUN apt-get -y update && apt-get install -y ffmpeg
44

0 commit comments

Comments
 (0)