Skip to content

Commit 2f973bc

Browse files
authored
[RHOAIENG-7286] - ubi9 upgrade - builder iamge (#62)
Signed-off-by: Spolti <[email protected]>
1 parent 5358b69 commit 2f973bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
###############################################################################
1818
ARG GOLANG_VERSION=1.22
1919
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
2121

2222
ARG PROTOC_VERSION=21.12
2323

@@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/root/.cache/dnf:rw \
3131
nodejs \
3232
python3.11 \
3333
python3.11-pip \
34-
&& alternatives --set python /usr/bin/python3.11 \
34+
&& alternatives --install /usr/bin/unversioned-python python /usr/bin/python3.11 1 \
3535
&& alternatives --install /usr/bin/pip pip /usr/bin/pip3.11 1 \
3636
&& true
3737

0 commit comments

Comments
 (0)