Skip to content

Commit

Permalink
chore: bump JRE & Jolokia version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjorklin committed Dec 20, 2023
1 parent bee68d8 commit e2357f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/eclipse-temurin:20-jre-alpine
FROM docker.io/library/eclipse-temurin:21-jre-alpine

EXPOSE 5000

Expand All @@ -7,7 +7,7 @@ ENV PACKAGE=clientportal.gw.zip
WORKDIR /client-portal
RUN apk add unzip curl sed

RUN curl -Lo /jolokia-jvm.jar https://search.maven.org/remotecontent?filepath=org/jolokia/jolokia-jvm/1.7.2/jolokia-jvm-1.7.2.jar
RUN curl -Lo /jolokia-jvm.jar https://search.maven.org/remotecontent?filepath=org/jolokia/jolokia-agent-jvm/2.0.0/jolokia-agent-jvm-2.0.0-javaagent.jar
RUN curl -LO https://download2.interactivebrokers.com/portal/${PACKAGE} &&\
sha256sum ${PACKAGE} > ${PACKAGE}.sha256 &&\
unzip ${PACKAGE} &&\
Expand Down

0 comments on commit e2357f9

Please sign in to comment.