Skip to content

Commit 6715af5

Browse files
Updating the base docker image files to use python base version of 3.11 to resolve the integration tests.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
1 parent c6f7cec commit 6715af5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

java/serving/src/test/resources/docker-compose/feast10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8
1+
FROM python:3.11
22

33
WORKDIR /usr/src/
44

sdk/python/feast/infra/feature_servers/multicloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8
1+
FROM python:3.11
22

33
# Input the feast version to install
44
# This requires feast package to be available in pypi before building this image

sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8
1+
FROM python:3.11
22

33
# Input the feast version to install
44
# This requires feast package to be available in pypi before building this image

0 commit comments

Comments
 (0)