mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-19 00:46:07 +02:00
2.5.0-beta-1
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user