Skip to content

Commit

Permalink
Updating docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisBrock committed Aug 30, 2023
1 parent 1c4f39c commit 2ba8ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.6-slim-bullseye
FROM python:3.10.13-slim-bullseye

# Resolve all Python requirements
COPY requirements.txt .
Expand All @@ -21,4 +21,4 @@ EXPOSE 5000
ENV PYTHONUNBUFFERED=1

# Main entry point of the container
ENTRYPOINT ["supervisord"]
ENTRYPOINT ["supervisord"]

0 comments on commit 2ba8ccb

Please sign in to comment.