Skip to content

Commit a5f16b7

Browse files
author
Gonzalo Diaz
committed
[REFACTOR] [CONFIG] Dockerfile optimizations
1 parent 768975d commit a5f16b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
###############################################################################
22
FROM node:22.8.0-alpine3.20 AS base
33

4-
RUN apk add --update --no-cache make
5-
RUN apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535
4+
RUN apk add --update --no-cache \
5+
&& apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535
66

77
ENV WORKDIR=/app
88
WORKDIR ${WORKDIR}

0 commit comments

Comments
 (0)