File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
# ##############################################################################
18
18
ARG GOLANG_VERSION=1.22
19
19
ARG BUILD_BASE=develop
20
- FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8 /go-toolset:$GOLANG_VERSION AS develop
20
+ FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9 /go-toolset:$GOLANG_VERSION AS develop
21
21
22
22
ARG PROTOC_VERSION=21.12
23
23
@@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/root/.cache/dnf:rw \
31
31
nodejs \
32
32
python3.11 \
33
33
python3.11-pip \
34
- && alternatives --set python /usr/bin/python3.11 \
34
+ && alternatives --install /usr/bin/unversioned- python python /usr/bin/python3.11 1 \
35
35
&& alternatives --install /usr/bin/pip pip /usr/bin/pip3.11 1 \
36
36
&& true
37
37
You can’t perform that action at this time.
0 commit comments