Merge branch 'develop' into chore_npm-scripts-namescape

This commit is contained in:
Panagiotis Papadopoulos
2025-02-15 09:02:23 +01:00
90 changed files with 1734 additions and 442 deletions

View File

@@ -1,5 +1,5 @@
# Build stage
FROM node:22.13.1-alpine AS builder
FROM node:22.14.0-alpine AS builder
# Configure build dependencies
RUN apk add --no-cache --virtual .build-dependencies \
@@ -35,7 +35,7 @@ RUN cp -R build/src/* src/. && \
rm -r build
# Runtime stage
FROM node:22.13.1-alpine
FROM node:22.14.0-alpine
# Install runtime dependencies
RUN apk add --no-cache su-exec shadow