Skip to content

Commit

Permalink
use python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Feb 1, 2024
1 parent 6678a27 commit 7d683a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo 'Generating Dockerfile suffix:' "${DOCKERFILE_SUFFIX}"

[ -n "$DEFAULT_JAVA" ] || DEFAULT_JAVA=17

[ -n "$PYTHON_VERSION" ] || PYTHON_VERSION=3.10
[ -n "$PYTHON_VERSION" ] || PYTHON_VERSION=3.11

if ! [ -n "$NO_MCDR" ]; then
[ -n "$MCDR_VERSION" ] || { echo 'FAULT: You must set the mcdreforged version at `MCDR_VERSION`'; exit 2; }
Expand Down

0 comments on commit 7d683a2

Please sign in to comment.