Skip to content

Commit

Permalink
update to 24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Nov 21, 2024
1 parent bfdb208 commit ec6f797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galaxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV GALAXY_ROOT_DIR=/galaxy \
GALAXY_VIRTUAL_ENV=/galaxy_venv \
GALAXY_HOME=/home/galaxy \
GALAXY_CONDA_PREFIX=/tool_deps/_conda \
MINIFORGE_VERSION=24.3.0-0
MINIFORGE_VERSION=24.9.2-0


# Install miniforge and then virtualenv from conda
Expand All @@ -39,7 +39,7 @@ RUN curl -s -L https://github.com/conda-forge/miniforge/releases/download/$MINIF

FROM build_base AS build_galaxy

ARG GALAXY_RELEASE=release_24.1
ARG GALAXY_RELEASE=release_24.2
ARG GALAXY_REPO=https://github.com/galaxyproject/galaxy

ENV NODE_OPTIONS=--max-old-space-size=4096
Expand Down

0 comments on commit ec6f797

Please sign in to comment.