Skip to content

Commit 2497c2b

Browse files
almalinux9
1 parent 17f137b commit 2497c2b

File tree

1 file changed

+2
-2
lines changed
  • instrumentation/otel-webserver-module/docker/almalinux8

1 file changed

+2
-2
lines changed

instrumentation/otel-webserver-module/docker/almalinux8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM almalinux:9.4
2+
FROM almalinux:8.10
33

44

55
ARG BUILD_NUMBER
@@ -91,7 +91,7 @@ RUN git clone https://github.com/grpc/grpc \
9191
RUN mkdir -p dependencies
9292

9393
# install boost version 1.75.0
94-
RUN wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/${BOOST_FILENAME}_rc1.tar.gz \
94+
RUN wget wget https://archives.boost.io/release/${BOOST_VERSION}/source/${BOOST_FILENAME}_rc1.tar.gz \
9595
&& tar -xvf ${BOOST_FILENAME}_rc1.tar.gz \
9696
&& cd ${BOOST_FILENAME} \
9797
&& ./bootstrap.sh --with-libraries=filesystem,system --prefix=/dependencies/boost/${BOOST_VERSION}/ \

0 commit comments

Comments
 (0)