Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentf committed Feb 2, 2024
1 parent 275392e commit fe370df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/affiliation-rnsr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN --mount=type=secret,id=webdav_login \
COPY ./v3/affiliation/models.dvc /dvc
RUN dvc pull -v

FROM cnrsinist/ezs-python-server:py3.9-no16-1.0.6 AS release
FROM cnrsinist/ezs-python-server:py3.9-no16-1.0.8

USER root
# Install all python dependencies
Expand Down
2 changes: 1 addition & 1 deletion services/affiliation-rnsr/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [email protected].3
# [email protected].4

Trouve un RNSR à partir d'une affiliation.

Expand Down
2 changes: 1 addition & 1 deletion services/affiliation-rnsr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ws-affiliation-rnsr",
"version": "2.1.3",
"version": "2.1.4",
"description": "Trouve un RNSR à partir d'une affiliation.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion services/affiliation-rnsr/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "affiliation-rnsr - Trouve un RNSR à partir d'une affiliation.",
"summary": "Pour chaque affiliation séparées par un point virgule, retourne un RNSR. Retourne n/a si aucun RNSR n'est trouvé.",
"version": "2.1.3",
"version": "2.1.4",
"termsOfService": "https://services.istex.fr/",
"contact": {
"name": "Inist-CNRS",
Expand Down

0 comments on commit fe370df

Please sign in to comment.