Skip to content

Commit

Permalink
fix: docs/samples/v1beta1/transformer/feast/feast_server.Dockerfile t…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 2, 2024
1 parent 71104e1 commit cd0d59a
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.0b4-slim
RUN pip install --upgrade pip && pip install "feast[gcp]~=0.30.0" "feast[redis]~=0.30.0" "feast[aws]~=0.30.0"
ENV FEAST_USAGE=False
EXPOSE 6566
Expand Down

0 comments on commit cd0d59a

Please sign in to comment.