Merge branch 'increase_nodejs_version' into admin_add_ai_chat

This commit is contained in:
einhornimmond 2025-03-15 11:05:04 +01:00
commit c2fbcbd0a7
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
v19.5.0
v18.20.7

View File

@ -1,7 +1,7 @@
##################################################################################
# BASE ###########################################################################
##################################################################################
FROM node:19.5.0-alpine3.17 as base
FROM node:18.20.7-alpine3.21 as base
#FROM ubuntu:latest as base
# ENVs (available in production aswell, can be overwritten by commandline or env file)
@ -33,10 +33,10 @@ LABEL maintainer="support@gradido.net"
# Install Additional Software
## install: sodium requirements
RUN apk add --no-cache --virtual build-deps python3 alpine-sdk autoconf libtool automake && \
mkdir -p /prebuilds && cd /prebuilds && npm init -y && npm install sodium-native@3.1.1 && \
apk del build-deps
ENV SODIUM_NATIVE_PREBUILD=/prebuilds/node_modules/sodium-native/
#RUN apk add --no-cache --virtual build-deps python3 alpine-sdk autoconf libtool automake && \
# mkdir -p /prebuilds && cd /prebuilds && npm init -y && npm install sodium-native@3.1.1 && \
# apk del build-deps
#ENV SODIUM_NATIVE_PREBUILD=/prebuilds/node_modules/sodium-native/
# Settings
## Expose Container Port