Skip to content

Commit

Permalink
fix: Update the base image of materilization engine. (feast-dev#4580)
Browse files Browse the repository at this point in the history
Signed-off-by: Shuchu Han <[email protected]>
  • Loading branch information
shuchu authored Sep 30, 2024
1 parent ff3d597 commit f8592d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/python/feast/infra/materialization/kubernetes/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.11-slim-bullseye AS build
FROM debian:11-slim AS build

RUN apt-get update && \
apt-get install --no-install-suggests --no-install-recommends --yes git
apt-get install --no-install-suggests --no-install-recommends --yes git python3 python3-pip

WORKDIR /app

Expand Down

0 comments on commit f8592d8

Please sign in to comment.