Skip to content

Commit

Permalink
Merge pull request #9428 from strongjz/patch-otel
Browse files Browse the repository at this point in the history
patch otel docker file
  • Loading branch information
strongjz committed Dec 20, 2022
2 parents 1889131 + 690969b commit 81d40b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/opentelemetry/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY . /opt/third_party/
# install build tools
RUN apk update \
&& apk upgrade \
&& apk add -U bash \
&& apk add -U bash cmake \
&& bash /opt/third_party/build.sh -p

# install gRPC
Expand All @@ -39,7 +39,7 @@ COPY --from=grpc /opt/third_party/install/ /usr
COPY --from=otel-cpp /opt/third_party/install/ /usr
RUN bash /opt/third_party/build.sh -n

FROM alpine:3.16.2 as final
FROM alpine:3.17.0 as final
COPY --from=base /opt/third_party/init_module.sh /usr/local/bin/init_module.sh
COPY --from=nginx /etc/nginx/modules /etc/nginx/modules
COPY --from=nginx /opt/third_party/install/lib /etc/nginx/modules

0 comments on commit 81d40b7

Please sign in to comment.