Skip to content

Commit

Permalink
⬆️ Bump node from 20 to 21 in /docker (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 8402ae9 commit 65bfa6a
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 65bfa6a

Please sign in to comment.