Skip to content

Commit 01c0935

Browse files
committed
update to Python3
1 parent 998b851 commit 01c0935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/client-build-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ objects:
6464
FROM image-registry.openshift-image-registry.svc:5000/55b94d-tools/node:1 AS builder
6565
LABEL maintainer="[email protected]"
6666
RUN apk add --no-cache --virtual .gyp \
67-
python \
67+
python3 \
6868
make \
6969
g++
7070
strategy:

0 commit comments

Comments
 (0)