Skip to content

Commit

Permalink
Set galaxy-ng version to ~=4.9.2 for galaxy images
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
gerrod3 committed Oct 16, 2024
1 parent fe4d9dc commit 38a3a9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions images/galaxy-minimal/stable/Containerfile.core
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG FROM_TAG="latest"
FROM pulp/base:${FROM_TAG}

ARG PULPCORE_VERSION=""
ARG GALAXY_NG_VERSION=""
ARG PULPCORE_VERSION="~=3.28.21"
ARG GALAXY_NG_VERSION="~=4.9.0"

RUN pip3 install --upgrade \
galaxy-ng${GALAXY_NG_VERSION} \
Expand Down
4 changes: 2 additions & 2 deletions images/galaxy/stable/Containerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG FROM_TAG="latest"
FROM pulp/pulp-ci-centos:${FROM_TAG}

ARG PULPCORE_VERSION=""
ARG GALAXY_NG_VERSION=""
ARG PULPCORE_VERSION="~=3.28.21"
ARG GALAXY_NG_VERSION="~=4.9.0"

RUN pip3 install --upgrade \
galaxy-ng${GALAXY_NG_VERSION} \
Expand Down

0 comments on commit 38a3a9b

Please sign in to comment.