update base images

This commit is contained in:
chandi
2023-03-21 12:49:00 +01:00
parent 2a0cd91e72
commit 0766a4033c
6 changed files with 17 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
FROM node:14.18.3-bullseye-slim AS builder
FROM node:16-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.3-bullseye-slim
FROM node:16-bullseye-slim
RUN useradd --uid 2004 --user-group bbb-webhooks
COPY --from=builder /usr/bin/yq /usr/bin/yq