Skip to content

Commit

Permalink
Bumping to FAIR-eva 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
orviz committed Dec 10, 2024
1 parent c9d0a3a commit 48aa4c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 deletions tooling.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"docker": {
"image": "hadolint/hadolint:2.8.0-alpine",
"reviewed": "2021-06-21"
},
}p,
"args": [
{
"type": "positional", "description": "Path to Dockerfile", "value": "*Dockerfile*", "format": "string", "selectable": true, "repeatable": true, "explicit_paths": true
Expand Down 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 48aa4c8

Please sign in to comment.