Skip to content

Commit

Permalink
Upgrade node version for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sefirosweb committed Jan 1, 2025
1 parent f0754ed commit a08c87a
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
@@ -1,4 +1,4 @@
FROM node:20.9.0-bullseye as base
FROM node:21.7.1-bullseye as base

FROM base AS deps
WORKDIR /app
Expand Down

0 comments on commit a08c87a

Please sign in to comment.