Skip to content

Commit

Permalink
deps: use node20 and npm 11 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 15, 2025
1 parent 86d5ea6 commit 2ed7a9e
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:18-alpine
FROM node:20-alpine

RUN apk update && \
apk --no-cache add git && \
Expand All @@ -8,7 +8,7 @@ ENV NODE_ENV=production
ENV ELASTIC_APM_JS_BASE_SERVICE_NAME=opbeans-react
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true

RUN npm install npm@latest -g
RUN npm install npm@v11.0.0 -g

WORKDIR /app
COPY . /app
Expand Down

0 comments on commit 2ed7a9e

Please sign in to comment.