Skip to content

Commit

Permalink
fix: Update node version, reduce CVE's
Browse files Browse the repository at this point in the history
Signed-off-by: Juho Heikka <[email protected]>
  • Loading branch information
jweak committed Apr 17, 2024
1 parent b792309 commit f6254f5
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 f6254f5

Please sign in to comment.