Skip to content

Commit

Permalink
Like a blind chicken
Browse files Browse the repository at this point in the history
  • Loading branch information
afgane committed Mar 12, 2024
1 parent bd78091 commit c3cbdbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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.12-slim
ARG STAGE1_BASE=python:3.11-slim
ARG FINAL_STAGE_BASE=$STAGE1_BASE
ARG GALAXY_USER=galaxy
ARG GALAXY_UID=101
Expand Down
1 change: 1 addition & 0 deletions lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,4 @@ zstandard==0.22.0 ; python_version >= "3.8" and python_version < "3.13"

# anvil specific
fs.anvilfs==0.2.5 ; python_version >= "3.7" and python_version < "3.13"
s3fs ; python_version >= "3.7" and python_version < "3.13"

0 comments on commit c3cbdbc

Please sign in to comment.