Skip to content

Commit

Permalink
fix: docs/samples/v1beta1/transformer/feast/feature_store_initializer…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 21, 2024
1 parent 4add27b commit e3d59c5
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.9-slim
FROM python:3.13-slim
RUN pip install --upgrade pip && pip install "feast[gcp]~=0.30.0" "feast[redis]~=0.30.0" "feast[aws]~=0.30.0"
WORKDIR feature_store_initializer
COPY feature_store_initializer_entrypoint.sh feature_store_initializer_entrypoint.sh
Expand Down

0 comments on commit e3d59c5

Please sign in to comment.