Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2022
1 parent 30ff277 commit 5cb38f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8
environment:
- node.name=es-search-enterprise
- cluster.name=es-docker-cluster
Expand Down
2 changes: 1 addition & 1 deletion front/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5cb38f1

Please sign in to comment.