Skip to content

Commit d828fbc

Browse files
author
Gonzalo Diaz
committed
[Security] [CONFIG] [Docker] FIX CVE-2024-5535
1 parent b1695d5 commit d828fbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV WORKDIR=/app
55
WORKDIR ${WORKDIR}
66

77
RUN apk add --update --no-cache make
8+
RUN apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535
89

910
###############################################################################
1011
FROM base AS lint
@@ -92,6 +93,7 @@ CMD ["make", "test"]
9293
## WORKDIR and USER are maintained
9394
##
9495
FROM eclipse-temurin:22.0.1_8-jre-alpine AS production
96+
RUN apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535
9597

9698
ENV LOG_LEVEL=INFO
9799
ENV BRUTEFORCE=false

0 commit comments

Comments
 (0)