Skip to content

Commit

Permalink
fix: samples/contrib/versioned-pipeline-ci-samples/kaggle-ci-sample/v…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 26, 2024
1 parent a24c113 commit 82d910e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3.14.0a3
COPY requirements.txt .
RUN python3 -m pip install -r \
requirements.txt --quiet --no-cache-dir \
Expand Down

0 comments on commit 82d910e

Please sign in to comment.