Skip to content

Commit

Permalink
[Security] [CONFIG] [Docker] FIX CVE-2024-5535
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Diaz committed Jul 20, 2024
1 parent e8218c8 commit e03d04c
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 @@ -2,6 +2,7 @@
FROM node:22.5.1-alpine3.20 AS base

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

ENV WORKDIR=/app
WORKDIR ${WORKDIR}
Expand Down

0 comments on commit e03d04c

Please sign in to comment.