Skip to content

Commit

Permalink
chore: update default python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gatheluck committed Jul 26, 2024
1 parent 8f59e3e commit f639a86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG USER_NAME=challenger
ARG GROUP_NAME=challengers
ARG UID=1000
ARG GID=1000
ARG PYTHON_VERSION=3.8
ARG PYTHON_VERSION=3.12
ARG APPLICATION_DIRECTORY=/home/${USER_NAME}/${PROJECT_NAME}
ARG RUN_POETRY_INSTALL_AT_BUILD_TIME="false"

Expand Down
2 changes: 1 addition & 1 deletion environments/ci/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
build:
args:
- BASE_IMAGE=ubuntu:20.04
- PYTHON_VERSION=3.8
- PYTHON_VERSION=3.12
- RUN_POETRY_INSTALL_AT_BUILD_TIME=true
- PROJECT_NAME=${PROJECT_NAME_ENV}
context: ../../
Expand Down
2 changes: 1 addition & 1 deletion environments/cpu/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
build:
args:
- BASE_IMAGE=ubuntu:20.04
- PYTHON_VERSION=3.8
- PYTHON_VERSION=3.12
- UID=${HOST_UID-1000}
- GID=${HOST_GID-1000}
- PROJECT_NAME=${PROJECT_NAME_ENV}
Expand Down

0 comments on commit f639a86

Please sign in to comment.