Skip to content

Commit

Permalink
Update Dockerfile - bump python to 3.11.11 (#1021)
Browse files Browse the repository at this point in the history
bumping python image to 3.11.11

Signed-off-by: Sam Stepanyan <sam.stepanyan@owasp.org>
  • Loading branch information
securestep9 authored Feb 21, 2025
1 parent c0962bc commit f257381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.10-slim
FROM python:3.11.11-slim

RUN apt-get update && \
apt-get install -y gcc libssl-dev && \
Expand Down

0 comments on commit f257381

Please sign in to comment.