Skip to content

Commit

Permalink
dev: set 3.10 in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
egregors committed Nov 7, 2021
1 parent 816d7e9 commit 91ab662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.10-slim

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

Expand Down
2 changes: 1 addition & 1 deletion compose/prod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.10-slim

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

Expand Down

0 comments on commit 91ab662

Please sign in to comment.