docs: update python and nodejs version (#1159)
python image 3.10.12 onwards gets built on bookworm
This commit is contained in:
parent
e6c0e7263b
commit
e401be4cb0
@ -45,8 +45,8 @@ Note:
|
|||||||
buildah build \
|
buildah build \
|
||||||
--build-arg=FRAPPE_PATH=https://github.com/frappe/frappe \
|
--build-arg=FRAPPE_PATH=https://github.com/frappe/frappe \
|
||||||
--build-arg=FRAPPE_BRANCH=version-14 \
|
--build-arg=FRAPPE_BRANCH=version-14 \
|
||||||
--build-arg=PYTHON_VERSION=3.10.5 \
|
--build-arg=PYTHON_VERSION=3.10.12 \
|
||||||
--build-arg=NODE_VERSION=16.18.0 \
|
--build-arg=NODE_VERSION=16.20.1 \
|
||||||
--build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \
|
--build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \
|
||||||
--tag=ghcr.io/user/repo/custom:1.0.0 \
|
--tag=ghcr.io/user/repo/custom:1.0.0 \
|
||||||
--file=images/custom/Containerfile .
|
--file=images/custom/Containerfile .
|
||||||
@ -88,8 +88,8 @@ podman run --rm -it \
|
|||||||
--context=git://github.com/frappe/frappe_docker \
|
--context=git://github.com/frappe/frappe_docker \
|
||||||
--build-arg=FRAPPE_PATH=https://github.com/frappe/frappe \
|
--build-arg=FRAPPE_PATH=https://github.com/frappe/frappe \
|
||||||
--build-arg=FRAPPE_BRANCH=version-14 \
|
--build-arg=FRAPPE_BRANCH=version-14 \
|
||||||
--build-arg=PYTHON_VERSION=3.10.5 \
|
--build-arg=PYTHON_VERSION=3.10.12 \
|
||||||
--build-arg=NODE_VERSION=16.18.0 \
|
--build-arg=NODE_VERSION=16.20.1 \
|
||||||
--build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \
|
--build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \
|
||||||
--cache=true \
|
--cache=true \
|
||||||
--destination=ghcr.io/user/repo/custom:1.0.0 \
|
--destination=ghcr.io/user/repo/custom:1.0.0 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user