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

Commit

Permalink
chore(deps): update node.js to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2022
1 parent e43225a commit 47577cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.19-slim as builder
FROM node:18.6-slim as builder
ENV NODE_ENV=development
RUN apt-get update \
&& apt-get install -y build-essential python \
Expand All @@ -10,7 +10,7 @@ RUN npm ci --silent
COPY . .
RUN npm run build

FROM node:14.19-slim as runner
FROM node:18.6-slim as runner
WORKDIR /usr/app/
COPY ["package.json", "package-lock.json*", "./"]
ENV NODE_ENV=production
Expand Down

0 comments on commit 47577cb

Please sign in to comment.