Skip to content

Commit

Permalink
chore(node): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistTheNeil committed Feb 20, 2024
1 parent bffd49b commit 0d9399e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build spa
FROM node:18.18.2-alpine3.18 AS spa-builder
FROM node:20.11.1-alpine3.19 AS spa-builder
WORKDIR /app
RUN npm install -g [email protected]
COPY frontend /app
Expand Down
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
20.11.1

0 comments on commit 0d9399e

Please sign in to comment.