Skip to content

Commit 747010d

Browse files
committed
Address code review comments
Signed-off-by: Andriy Redko <drreta@gmail.com>
1 parent 7d0ea96 commit 747010d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/test-images/zipkin-ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN if [ "${RELEASE_FROM_MAVEN_BUILD}" == "false" ]; then /build-bin/maybe_insta
5252
FROM ghcr.io/openzipkin/alpine:$alpine_version as zipkin-ui
5353
LABEL org.opencontainers.image.description="NGINX on Alpine Linux hosting the Zipkin UI with Zipkin API proxy_pass"
5454
# Use latest from https://pkgs.alpinelinux.org/packages?name=nginx
55-
ARG nginx_version=1.28.3-r0
55+
ARG nginx_version=1.28.3
5656
LABEL nginx-version=$nginx_version
5757

5858
ENV ZIPKIN_BASE_URL=http://zipkin:9411

docker/test-images/zipkin-uiproxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY docker/test-images/zipkin-uiproxy/nginx.conf /conf.d/zipkin.conf.template
2828
FROM ghcr.io/openzipkin/alpine:$alpine_version as zipkin-uiproxy
2929
LABEL org.opencontainers.image.description="NGINX on Alpine Linux proxying the Zipkin UI with proxy_pass"
3030
# Use latest from https://pkgs.alpinelinux.org/packages?name=nginx
31-
ARG nginx_version=1.28.3-r0
31+
ARG nginx_version=1.28.3
3232
LABEL nginx-version=$nginx_version
3333

3434
ENV ZIPKIN_UI_BASEPATH=/zipkin

0 commit comments

Comments
 (0)