Skip to content

Commit 07ab0eb

Browse files
Merge pull request #91 from GenomicDataInfrastructure/change-base-image
chore: change python base image
2 parents 3f9647a + 18807cf commit 07ab0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM registry.access.redhat.com/ubi9/python-312:9.6-1751535180
5+
FROM registry.access.redhat.com/ubi9/python-312-minimal:9.6-1751461507
66
USER 0
77

88
WORKDIR /app

0 commit comments

Comments
 (0)