Skip to content

Commit

Permalink
Merge branch 'improvement/UTAPI-107-fix-CVE-2019-8457' into tmp/octop…
Browse files Browse the repository at this point in the history
…us/w/7.70/improvement/UTAPI-107-fix-CVE-2019-8457
  • Loading branch information
bert-e committed Sep 16, 2024
2 parents 20667ff + 696f4c6 commit 65c75dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/warp10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ ENV warpscript.extension.macrovalueencoder 'io.warp10.continuum.ingress.MacroVal

RUN wget https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-amd64.tar.gz -O /tmp/s6-overlay-amd64.tar.gz \
&& tar xzf /tmp/s6-overlay-amd64.tar.gz -C / \
&& rm -rf /tmp/s6-overlay-amd64.tar.gz
&& rm -rf /tmp/s6-overlay-amd64.tar.gz \
&& apk upgrade --no-cache

# Install jmx exporter
ADD https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.16.1/jmx_prometheus_javaagent-0.16.1.jar /opt/jmx_prom_agent.jar
Expand Down

0 comments on commit 65c75dd

Please sign in to comment.