Skip to content

Commit

Permalink
chore(deps): update node.js to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 27, 2021
1 parent eaf9296 commit 3deb8a1
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.15.4@sha256:cb01e9d98a50cab46bf75357fe4843cbfd3acca5d99c5f72794acf16c5db4f5f AS build
FROM node:16.3.0@sha256:ca6daf1543242acb0ca59ff425509eab7defb9452f6ae07c156893db06c7a9a4 AS build

WORKDIR /app

Expand All @@ -9,7 +9,7 @@ COPY tsconfig.json tsconfig.build.json ./
COPY src ./src
RUN yarn build

FROM node:14.15.4-slim@sha256:4f4e17e43e434774aac4d323b5b1d277028bfc646d3685883fea17ac9286b382
FROM node:16.3.0-slim@sha256:5cf3448bd86f70498653613372b862564b3b8415e11a86c6ea229939bb3dba4a

ENV PORT 4000

Expand Down

0 comments on commit 3deb8a1

Please sign in to comment.