diff --git a/docker-compose.yml b/docker-compose.yml index 0e706a39..59a25d39 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.16 environment: - node.name=es-search-enterprise - cluster.name=es-docker-cluster diff --git a/front/Dockerfile b/front/Dockerfile index ee04a272..000f9de8 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -21,7 +21,7 @@ RUN yarn build RUN yarn workspaces focus --production && yarn cache clean -FROM ghcr.io/socialgouv/docker/nginx:7.1.0 +FROM ghcr.io/socialgouv/docker/nginx:7.1.1 ARG REACT_APP_API_URL