Skip to content

Commit

Permalink
Merge pull request #269 from lensapp/update-node-image
Browse files Browse the repository at this point in the history
fix: Update node version, reduce CVE's
  • Loading branch information
jweak authored Apr 18, 2024
2 parents b792309 + f6254f5 commit ae94469
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:16-bullseye-slim as build
FROM node:18-bullseye-slim as build

RUN mkdir /app
WORKDIR /app
Expand All @@ -8,7 +8,7 @@ RUN apt-get update -y -q && apt-get install -y -q gcc g++ make python3 && \
yarn dist && \
yarn install --frozen-lockfile --prod

FROM node:16-bullseye-slim
FROM node:18-bullseye-slim

RUN mkdir /app
WORKDIR /app
Expand Down

0 comments on commit ae94469

Please sign in to comment.