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,6 +1,5 @@
FROM node:14-alpine AS builder
RUN apk add subversion git
ARG BBB_BUILD_TAG
FROM gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:$BBB_BUILD_TAG AS builder
# --------------------