Skip to content

Commit

Permalink
Dockerfile: update Python to 3.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sairon committed Jul 24, 2024
1 parent 8aff236 commit 6f9bd43
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.8.12-slim
FROM python:3.8.19-slim

ARG mode=production

Expand All @@ -20,7 +20,7 @@ RUN \
libffi-dev \
libpng-dev \
make \
netcat \
netcat-traditional \
rsync \
ruby-bundler \
ruby-dev && \
Expand Down

0 comments on commit 6f9bd43

Please sign in to comment.