Skip to content

Commit

Permalink
fix: lock python version on 3.10 for dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
smart7even committed Oct 31, 2023
1 parent fd73fa6 commit 3748bd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-bot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:latest
FROM python:3.10

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-initializer
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:latest
FROM python:3.10

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-server
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:latest
FROM python:3.10

WORKDIR /app

Expand Down

0 comments on commit 3748bd0

Please sign in to comment.