Skip to content

Commit 60f545a

Browse files
committed
Update artifact-manager image to use Python 3.9
1 parent 01e370f commit 60f545a

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)