Skip to content

Commit

Permalink
chore: downgrade docker node version (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
apotdevin authored Nov 30, 2023
1 parent 0212be0 commit d66aca8
Show file tree
Hide file tree
Showing 2 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 @@
v20.9.0
v18.18.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ---------------
# Install Dependencies
# ---------------
FROM node:20.9.0-alpine as deps
FROM node:18.18.2-alpine as deps

WORKDIR /app

Expand Down Expand Up @@ -41,7 +41,7 @@ RUN npm prune --production
# ---------------
# Release App
# ---------------
FROM node:20.9.0-alpine as final
FROM node:18.18.2-alpine as final

WORKDIR /app

Expand Down

0 comments on commit d66aca8

Please sign in to comment.