Skip to content

Commit

Permalink
chaning node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Aug 11, 2024
1 parent 1b562ef commit d397a00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.0
22.6.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.14-alpine as builder
FROM node:22.6.0-alpine as builder

ENV NODE_ENV build

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.14-alpine AS development
FROM node:22.6.0-alpine AS development

ARG NPM_PRIVATE_REGISTRY_URL
ARG NPM_PRIVATE_REGISTRY_TOKEN
Expand Down

0 comments on commit d397a00

Please sign in to comment.