diff --git a/docker-compose.yml b/docker-compose.yml index bba8bdd..985c928 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: shell: - image: inistcnrs/lodex-workers-python:4.0.10 + image: inistcnrs/lodex-workers-python:4.0.11 environment: - http_proxy - https_proxy @@ -9,7 +9,7 @@ - .:/app command: bash python: - image: inistcnrs/lodex-workers-python:4.0.10 + image: inistcnrs/lodex-workers-python:4.0.11 environment: - http_proxy - https_proxy @@ -18,7 +18,7 @@ volumes: - ./${WORKING_DIR}:/app/public nodejs: - image: inistcnrs/lodex-workers:9.2.1 + image: inistcnrs/lodex-workers:9.3.0 environment: - http_proxy - https_proxy