Skip to content

Commit 4e08af2

Browse files
committed
Updated nginx otel for mainline to 0.1.2.
1 parent eaf8875 commit 4e08af2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mainline/alpine-otel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
FROM nginx:1.27.5-alpine
77

8-
ENV OTEL_VERSION 0.1.1
8+
ENV OTEL_VERSION 0.1.2
99

1010
RUN set -x \
1111
&& apkArch="$(cat /etc/apk/arch)" \

mainline/debian-otel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
FROM nginx:1.27.5
77

8-
ENV OTEL_VERSION 0.1.1
8+
ENV OTEL_VERSION 0.1.2
99

1010
RUN set -x; \
1111
NGINX_GPGKEY_PATH=/etc/apt/keyrings/nginx-archive-keyring.gpg; \

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ declare -A njspkg=(
3131

3232
# Current otel versions
3333
declare -A otel=(
34-
[mainline]='0.1.1'
34+
[mainline]='0.1.2'
3535
[stable]='0.1.1'
3636
)
3737

0 commit comments

Comments
 (0)