Skip to content

Commit

Permalink
Update k8s docker python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Feb 19, 2024
1 parent 15115f3 commit 79260b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .k8s_ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ARG ROOT_DIR=/galaxy
ARG SERVER_DIR=$ROOT_DIR/server

ARG STAGE1_BASE=python:3.10-slim
ARG STAGE1_BASE=python:3.12-slim
ARG FINAL_STAGE_BASE=$STAGE1_BASE
ARG GALAXY_USER=galaxy
ARG GALAXY_PLAYBOOK_REPO=https://github.com/galaxyproject/galaxy-docker-k8s
Expand Down

0 comments on commit 79260b6

Please sign in to comment.