Skip to content

Commit

Permalink
[DONE] Fix node version (#1249)
Browse files Browse the repository at this point in the history
* Fixup. Format code with Black
* Fix node version

---------

Co-authored-by: Céline Didier <[email protected]>
  • Loading branch information
cbissler and Céline Didier authored Jan 21, 2025
1 parent 2e9bcf0 commit e364d9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.dev-exemple
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DJANGO_SUPERUSER_PASSWORD=<PWD>
DJANGO_SUPERUSER_EMAIL=<MAIL>
### You can use internal registry
ELASTICSEARCH_TAG=elasticsearch:8.13.0
NODE_TAG=node:19
NODE_TAG=node:23
PYTHON_TAG=python:3.9-bullseye
REDIS_TAG=redis:alpine3.16
### DOCKER_ENV: You can specify light or full.
Expand Down
4 changes: 2 additions & 2 deletions dockerfile-dev-with-volumes/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ linux/arm64/v8
DJANGO_SUPERUSER_USERNAME=
DJANGO_SUPERUSER_PASSWORD=
DJANGO_SUPERUSER_EMAIL=
ELASTICSEARCH_TAG=elasticsearch:8.8.1
NODE_TAG=node:19
ELASTICSEARCH_TAG=elasticsearch:8.13.0
NODE_TAG=node:23
PYTHON_TAG=python:3.9-bullseye
REDIS_TAG=redis:alpine3.16
DOCKER_ENV=light
Expand Down

0 comments on commit e364d9c

Please sign in to comment.