Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Update Node.js to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2022
1 parent 80f0c22 commit 8ca90f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-buster
FROM node:18-buster

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions Dockerfiles/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16 AS build
FROM node:18 AS build

WORKDIR /build

Expand All @@ -10,7 +10,7 @@ RUN yarn install --immutable
COPY . ./
RUN yarn build

FROM node:16 AS deps
FROM node:18 AS deps

WORKDIR /deps

Expand Down

0 comments on commit 8ca90f2

Please sign in to comment.