Skip to content

Commit

Permalink
Use 8.0.49 version of dirac docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jul 17, 2024
1 parent bb34a72 commit d726f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests_dirac/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/xenon-middleware/diracclient:8.0.39
FROM ghcr.io/xenon-middleware/diracclient:8.0.49

RUN pip install --upgrade pip wheel setuptools && \
pip install poetry==1.7.0
Expand All @@ -15,4 +15,4 @@ COPY pyproject.toml poetry.lock ./
RUN poetry install --no-root --no-interaction --no-ansi --with dev

# Workaround `ImportWarning: _SixMetaPathImporter.find_spec() not found; falling back to find_module()` error
RUN /home/diracuser/diracos/bin/micromamba install m2crypto==0.041.0
RUN /home/diracuser/diracos/bin/micromamba install -y m2crypto==0.041.0
2 changes: 1 addition & 1 deletion tests_dirac/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
dirac-tuto:
image: ghcr.io/xenon-middleware/dirac:8.0.39
image: ghcr.io/xenon-middleware/dirac:8.0.49
privileged: true
hostname: dirac-tuto
test:
Expand Down

0 comments on commit d726f46

Please sign in to comment.