2.5.0-beta-1

This commit is contained in:
chandi
2022-04-17 12:38:25 +02:00
parent ee04ee99e5
commit 2c09d17b95
10 changed files with 47 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ RUN sed -i "s/VERSION/$TAG_HTML5/" /app/bundle/programs/web.browser/head.html \
# ------------------------------
FROM node:14.18.1-alpine
FROM node:14.18.3-alpine
RUN addgroup -g 2000 meteor && \
adduser -D -u 2001 -G meteor meteor && \