build: Update Python from 3.7 to 3.9; Debian from 10 to 11

This commit is contained in:
Lev
2021-11-03 16:48:01 +03:00
parent 33ec8cafc3
commit a4c115f96d
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ ARG GIT_BRANCH=develop
RUN git clone ${GIT_REPO} /opt/frappe -b ${GIT_BRANCH} --depth 1
FROM node:buster-slim
FROM node:bullseye-slim
# Add frappe user
RUN useradd -ms /bin/bash frappe