Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismoh and snyk-bot authored Oct 5, 2023
1 parent 3d58768 commit 9654aa1
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,5 +1,5 @@
# action will be executed in a python3 container
FROM python:3.11.5
FROM python:3.12.0rc2-slim-bullseye
# copy requirements.txt to the container
COPY requirements.txt /requirements.txt
# install dependencies
Expand Down

0 comments on commit 9654aa1

Please sign in to comment.