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

@@ -1,4 +1,4 @@
FROM node:14.18.1-bullseye-slim AS builder
FROM node:14.18.3-bullseye-slim AS builder
RUN apt-get update && apt-get install -y git wget
@@ -12,7 +12,7 @@ RUN cd /bbb-webhooks && npm install --production
RUN chmod 777 /bbb-webhooks/config
# ------------------------------
FROM node:14.18.1-bullseye-slim
FROM node:14.18.3-bullseye-slim
RUN useradd --uid 2004 --user-group bbb-webhooks
COPY --from=builder /usr/bin/yq /usr/bin/yq