Skip to content

Commit

Permalink
Main
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
DMTarmey authored and TransformerOptimus committed Jun 10, 2023
1 parent 3fc82cd commit a03c337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.11.4
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion DockerfileCelery
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.11.4

WORKDIR /app

Expand Down

0 comments on commit a03c337

Please sign in to comment.