Skip to content

Commit

Permalink
fix(docker): run upgrade in order to reduce CVEs (#1134)
Browse files Browse the repository at this point in the history
libssl1.1
dpkg
libldap-common

close #1132
  • Loading branch information
ThomasSanson authored Jul 3, 2022
1 parent 686a1e9 commit 8f86e1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM openjdk:11-jre-slim
RUN apt-get update && \
apt-get install -y \
curl && \
apt-get upgrade -y &&\
rm -rf /var/lib/apt/lists/* && \
apt-get clean

Expand Down

0 comments on commit 8f86e1d

Please sign in to comment.