We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faee4b commit df93100Copy full SHA for df93100
build/Dockerfile
@@ -26,6 +26,8 @@ FROM nginx:1.23.3-alpine AS alpine
26
27
RUN --mount=type=bind,from=alpine-opentracing-lib,target=/tmp/ot/ \
28
apk add --no-cache libcap libstdc++ \
29
+ # temp fix for CVE-2022-44617
30
+ && apk upgrade --no-cache libxpm \
31
&& cp -av /tmp/ot/usr/local/lib/libopentracing.so* /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \
32
&& cp -av /tmp/ot/usr/lib/nginx/modules/ngx_http_opentracing_module.so /usr/lib/nginx/modules/ \
33
&& ldconfig /usr/local/lib/
0 commit comments