Skip to content

Commit 0e8a011

Browse files
Merge pull request opendatahub-io#81 from rimolive/rmartine-odh
fix(backend): Update artifact-manager image to use Python 3.9
2 parents 01e370f + 60f545a commit 0e8a011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/artifact_manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/python-38
1+
FROM registry.access.redhat.com/ubi8/python-39
22
WORKDIR /opt/app-root/src
33
COPY backend/artifact_manager/requirements.txt /opt/app-root/src
44
COPY backend/artifact_manager/setup.cfg /opt/app-root/src

0 commit comments

Comments
 (0)