Skip to content

Commit

Permalink
fix: cronjobs/dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 20, 2023
1 parent 01c72ed commit d25b77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronjobs/dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.12-bookworm
FROM python:3.11.6-bookworm
RUN apt-get update && apt-get install -y netcat-traditional
WORKDIR /code
COPY ./requirements.txt /code/requirements.txt
Expand Down

0 comments on commit d25b77f

Please sign in to comment.