Branch updated to 1.7.0

This commit is contained in:
Michal Ciania 2021-09-25 15:00:56 +02:00
commit 32f71e5732

View file

@ -10,7 +10,7 @@ RUN npm install --legacy-peer-deps && \
chmod +x /app/extra/entrypoint.sh
FROM node:14-buster-slim AS release
FROM node:14-bullseye-slim AS release
ARG BUILD_DATE