Skip to content

Commit

Permalink
Update dependencies in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Jan 16, 2025
1 parent 6393a0e commit e09538c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# zipkin version should match zipkin.version in /pom.xml
ARG zipkin_version=3.4.3
ARG zipkin_version=3.4.4

# java_version is used during the installation process to build or download the module jar.
#
Expand Down Expand Up @@ -50,4 +50,4 @@ ARG module=otel
COPY --from=install --chown=${USER} /install/* /zipkin/${module}

# * Active profile typically corresponds $1 in module/src/main/resources/zipkin-server-(.*).yml
ENV MODULE_OPTS="-Dloader.path=${module} -Dspring.profiles.active=${module}"
ENV MODULE_OPTS="-Dloader.path=${module} -Dspring.profiles.active=${module}"

0 comments on commit e09538c

Please sign in to comment.