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 533ae51 commit 0404a7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/base-line-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cnrsinist/ezs-python-server:py3.9-no16-1.0.7
FROM cnrsinist/ezs-python-server:py3.9-no16-1.0.8

USER root
RUN pip install unidecode==1.3.7
Expand Down
2 changes: 1 addition & 1 deletion services/base-line-python/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [email protected].7
# [email protected].8

Services dédiés aux tests.

Expand Down
2 changes: 1 addition & 1 deletion services/base-line-python/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ws-base-line-python",
"version": "1.0.7",
"version": "1.0.8",
"description": "Base line web services in Python",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion services/base-line-python/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "base-line-python - Services en python dédiés aux tests",
"summary": "Vérifie la faisabilité de services en python",
"version": "1.0.7",
"version": "1.0.8",
"termsOfService": "https://services.istex.fr/",
"contact": {
"name": "Inist-CNRS",
Expand Down

0 comments on commit 0404a7a

Please sign in to comment.