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 Jul 3, 2024
1 parent dfccc6e commit 3470203
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.13.0b2-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 3470203

Please sign in to comment.