Skip to content

Commit 7654516

Browse files
committed
fixup, fetch fix-permissions script
1 parent 10a22ac commit 7654516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/ubi9-python-3.11/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ RUN mkdir --parents --mode 0771 "${VIRTUAL_ENV}/src" && chown --recursive 1001:0
88
useradd --uid 1001 --gid 0 --home-dir "${VIRTUAL_ENV}/src" \
99
--comment "Default Application User" --shell /bin/bash default && \
1010
dnf install -y python311-pip && dnf clean all && rm -rf /var/cache/yum/* && \
11-
python3.11 -m venv "${VIRTUAL_ENV}"
11+
COPY --from=quay.io/sclorg/s2i-core-c9s:latest /usr/bin/fix-permissions /usr/bin/fix-permissions
1212

1313
USER 1001
14-
RUN python3.8 -m venv "${VIRTUAL_ENV}"
14+
RUN python3.11 -m venv "${VIRTUAL_ENV}"
1515

1616
ARG SOURCE_CODE=base/ubi9-python-3.11
1717

0 commit comments

Comments
 (0)