Skip to content

Commit

Permalink
fix: fixing curl security vulnerability issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyansh committed Apr 23, 2024
1 parent 3109d58 commit 4e6227a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY ./ ./
RUN ./gradlew build

FROM openjdk:8-jre
RUN apt-get update && apt-get upgrade curl
RUN apt-get update && apt-get upgrade -y curl
COPY --from=GRADLE_BUILD ./build/libs/ /opt/firehose/bin
COPY --from=GRADLE_BUILD ./jolokia-jvm-agent.jar /opt/firehose
COPY --from=GRADLE_BUILD ./src/main/resources/log4j.xml /opt/firehose/etc/log4j.xml
Expand Down

0 comments on commit 4e6227a

Please sign in to comment.