Skip to content

Commit

Permalink
Merge pull request #135 from EOSC-synergy/feature/update_fair_eva
Browse files Browse the repository at this point in the history
Bumping to FAIR-eva 3.0.3
  • Loading branch information
orviz authored Dec 10, 2024
2 parents c9d0a3a + b8a5cfe commit fa928bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion QC.FAIR/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL authors="Pablo Orviz <orviz@ifca.unican.es>, Fernando Aguilar <aguilarf@if

# Deploy FAIR-eva API
WORKDIR /FAIR_eva
RUN git clone https://github.com/EOSC-synergy/FAIR_eva.git -b 2.0.0 .
RUN git clone https://github.com/EOSC-synergy/FAIR_eva.git -b 3.0.3 .
RUN pip3 install -r requirements.txt

# FAIR-eva client
Expand Down
4 changes: 2 additions & 2 deletions tooling.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@
"version": "latest",
"docs": "QC.FAIR/fair-eva.py",
"docker": {
"image": "eoscsynergy/sqaaas-fair_eva:2.0.0",
"image": "eoscsynergy/sqaaas-fair_eva:3.0.3",
"oneshot": false,
"reviewed": "2022-04-05"
"reviewed": "2024-12-10"
},
"args": [
{
Expand Down

0 comments on commit fa928bc

Please sign in to comment.