Skip to content

Commit

Permalink
fix: model_training/s3/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 18, 2024
1 parent 07c1c3e commit f771ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_training/s3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: Dockerfile for generating quay.io/kepler_model_server/s3 images

FROM python:3.10-slim
FROM python:3.14.0a1-slim

WORKDIR /usr/local

Expand Down

0 comments on commit f771ab5

Please sign in to comment.