Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cemacrr committed Oct 2, 2024
1 parent ea25bd6 commit 7b1fbf9
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,9 +1,9 @@
FROM python:3.12.4-slim-bookworm
FROM python:3.12.7-slim-bookworm
WORKDIR /app
COPY . .
RUN pip install --no-cache-dir --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir gunicorn==22.0.0
RUN pip install --no-cache-dir gunicorn==23.0.0

# Create non-root user to run application
RUN adduser --system --no-create-home flask-runner
Expand Down

0 comments on commit 7b1fbf9

Please sign in to comment.