NGINX: Bump OpenTelemetry. (#12632)

Co-authored-by: mhf42 <104972593+matthias-haase@users.noreply.github.com>
This commit is contained in:
Marco Ebert 2025-01-06 23:04:29 +01:00 committed by GitHub
parent 920f1ebe05
commit e10cf1b709
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 6 deletions

View file

@ -51,6 +51,8 @@ RUN apk update \
tzdata \
grpc-cpp \
libprotobuf \
abseil-cpp-crc-cpu-detect \
abseil-cpp-vlog-config-internal \
&& ln -s /usr/local/nginx/sbin/nginx /sbin/nginx \
&& adduser -S -D -H -u 101 -h /usr/local/nginx \
-s /sbin/nologin -G www-data -g www-data www-data \