mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-14 11:03:13 +00:00
build: Update Python from 3.7 to 3.9; Debian from 10 to 11
This commit is contained in:
parent
33ec8cafc3
commit
a4c115f96d
build
@ -1,4 +1,4 @@
|
||||
ARG NODE_IMAGE_TAG=14-buster-slim
|
||||
ARG NODE_IMAGE_TAG=14-bullseye-slim
|
||||
ARG DOCKER_REGISTRY_PREFIX=frappe
|
||||
ARG IMAGE_TAG=develop
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python:3.7-slim-buster
|
||||
FROM python:3.9-slim-bullseye
|
||||
|
||||
# Add non root user without password
|
||||
RUN useradd -ms /bin/bash frappe
|
||||
|
Loading…
Reference in New Issue
Block a user