Do not use --openssl-legacy-provider

This commit is contained in:
timvisee 2021-12-01 18:23:25 +01:00
parent 610e036e26
commit 50e76e0895
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172

View File

@ -7,7 +7,6 @@
# Build project
FROM node:16.13-alpine3.13 AS builder
ENV NODE_OPTIONS=--openssl-legacy-provider
RUN set -x \
# Add user
&& addgroup --gid 10001 app \
@ -28,7 +27,6 @@ RUN set -x \
# Main image
FROM node:16.13-alpine3.13
ENV NODE_OPTIONS=--openssl-legacy-provider
RUN set -x \
# Add user
&& addgroup --gid 10001 app \