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

@@ -2,7 +2,7 @@
# This is done to ensures that node-sass binary remains common.
# node-sass is required to enable website theme feature used
# by Website Manager role in Frappe Framework
FROM python:3.7-slim-buster
FROM python:3.9-slim-bullseye
ARG GIT_REPO=https://github.com/frappe/frappe
ARG GIT_BRANCH=develop