Skip to content

Commit

Permalink
Set the minor python version
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Mar 26, 2024
1 parent ab7288d commit 7a08e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM --platform=linux/amd64 mambaorg/micromamba:${BASE_TAG} as base
ARG PREPARE_SHARE_PATH

ARG NODE_VERSION=20.1
ARG PYTHON_VERSION=3
ARG PYTHON_VERSION=3.12
ARG YARN_VERSION=3.5
# Create new user
ARG NEW_MAMBA_USER_ID=57440
Expand Down

0 comments on commit 7a08e6a

Please sign in to comment.