Skip to content

Commit

Permalink
⬆️ Bump node from 20 to 21 in /docker
Browse files Browse the repository at this point in the history
Bumps node from 20 to 21.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent c013a09 commit 7a76190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN flake8 . --exclude=migrations
################
# NODE BUILDER #
################
FROM node:20 as nodebuilder
FROM node:21 as nodebuilder
WORKDIR /app

RUN npm install -g npm
Expand Down

0 comments on commit 7a76190

Please sign in to comment.