File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN if [ "${RELEASE_FROM_MAVEN_BUILD}" == "false" ]; then /build-bin/maybe_insta
5252FROM ghcr.io/openzipkin/alpine:$alpine_version as zipkin-ui
5353LABEL 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
5656LABEL nginx-version=$nginx_version
5757
5858ENV ZIPKIN_BASE_URL=http://zipkin:9411
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ COPY docker/test-images/zipkin-uiproxy/nginx.conf /conf.d/zipkin.conf.template
2828FROM ghcr.io/openzipkin/alpine:$alpine_version as zipkin-uiproxy
2929LABEL 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
3232LABEL nginx-version=$nginx_version
3333
3434ENV ZIPKIN_UI_BASEPATH=/zipkin
You can’t perform that action at this time.
0 commit comments