Skip to content

Commit

Permalink
Merge pull request galaxyproject#17494 from nuwang/k8s_docker_python_…
Browse files Browse the repository at this point in the history
…3.12

Update k8s docker python to 3.12
  • Loading branch information
nsoranzo authored Feb 19, 2024
2 parents 00dd726 + 2bf63c1 commit a626b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/conditional-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# These dependencies are only required when certain config options are set
psycopg2-binary==2.9.5
psycopg2-binary==2.9.9
mysqlclient
fluent-logger
sentry-sdk[fastapi]
Expand Down

0 comments on commit a626b31

Please sign in to comment.