Skip to content

Commit

Permalink
fix: Update the base image of materilization engine.
Browse files Browse the repository at this point in the history
Signed-off-by: Shuchu Han <[email protected]>
  • Loading branch information
shuchu committed Sep 27, 2024
1 parent 0390d8a commit 3effadd
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 3effadd

Please sign in to comment.