mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
Do not use --openssl-legacy-provider
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
# Build project
|
# Build project
|
||||||
FROM node:16.13-alpine3.13 AS builder
|
FROM node:16.13-alpine3.13 AS builder
|
||||||
ENV NODE_OPTIONS=--openssl-legacy-provider
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
# Add user
|
# Add user
|
||||||
&& addgroup --gid 10001 app \
|
&& addgroup --gid 10001 app \
|
||||||
@@ -28,7 +27,6 @@ RUN set -x \
|
|||||||
|
|
||||||
# Main image
|
# Main image
|
||||||
FROM node:16.13-alpine3.13
|
FROM node:16.13-alpine3.13
|
||||||
ENV NODE_OPTIONS=--openssl-legacy-provider
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
# Add user
|
# Add user
|
||||||
&& addgroup --gid 10001 app \
|
&& addgroup --gid 10001 app \
|
||||||
|
|||||||
Reference in New Issue
Block a user