Skip to content

Commit

Permalink
Update Node and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-roesch committed Jul 20, 2024
1 parent f25061d commit 0ec8519
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 2,256 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-alpine AS base_node_modules
FROM node:20.15-alpine AS base_node_modules

RUN apk add --no-cache g++ make py3-pip

Expand All @@ -12,7 +12,7 @@ RUN npm install
COPY . /app
RUN npm run build

FROM node:16-alpine
FROM node:20.15-alpine

WORKDIR /app

Expand Down
Loading

0 comments on commit 0ec8519

Please sign in to comment.