Merge pull request #540 from vrslev/update-base-images

build: Update base images
This commit is contained in:
Revant Nandgaonkar
2021-11-04 14:02:28 +05:30
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -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

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

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

View File

@@ -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