Skip to content

Commit

Permalink
build: add libcrypto3 fix in dockerimage
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Oct 29, 2024
1 parent ba6d5af commit 7a8361a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ COPY --from=build /build/dist dist

FROM docker.io/library/node:20.18.0-alpine@sha256:c13b26e7e602ef2f1074aef304ce6e9b7dd284c419b35d89fcf3cc8e44a8def9

# libcrypto3 for 3.3.2-r0 vulnerability
RUN apk add --no-cache --upgrade \
libcrypto3 \
tini

ENV LOG_LEVEL=info
Expand Down

0 comments on commit 7a8361a

Please sign in to comment.