diff --git a/docker-compose.yml b/docker-compose.yml index 0e706a39..88282426 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:7.17.6 + image: docker.elastic.co/elasticsearch/elasticsearch:7.17.15 environment: - node.name=es-search-enterprise - cluster.name=es-docker-cluster diff --git a/front/Dockerfile b/front/Dockerfile index 3e1a9acb..9ef60d35 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -19,7 +19,7 @@ ENV REACT_APP_API_URL=$REACT_APP_API_URL RUN yarn build -FROM ghcr.io/socialgouv/docker/nginx:7.1.0 +FROM ghcr.io/socialgouv/docker/nginx:7.1.1 ARG REACT_APP_API_URL