Skip to content
Snippets Groups Projects
Commit 4e08af29 authored by oxpa's avatar oxpa
Browse files

Updated nginx otel for mainline to 0.1.2.

parent eaf8875a
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
#
FROM nginx:1.27.5-alpine
ENV OTEL_VERSION 0.1.1
ENV OTEL_VERSION 0.1.2
RUN set -x \
&& apkArch="$(cat /etc/apk/arch)" \
......
......@@ -5,7 +5,7 @@
#
FROM nginx:1.27.5
ENV OTEL_VERSION 0.1.1
ENV OTEL_VERSION 0.1.2
RUN set -x; \
NGINX_GPGKEY_PATH=/etc/apt/keyrings/nginx-archive-keyring.gpg; \
......
......@@ -31,7 +31,7 @@ declare -A njspkg=(
# Current otel versions
declare -A otel=(
[mainline]='0.1.1'
[mainline]='0.1.2'
[stable]='0.1.1'
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment