Skip to content

Commit

Permalink
chore: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Jan 14, 2025
1 parent e848a66 commit 87fb2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.12.1-alpine AS build
FROM node:20-alpine AS build
WORKDIR /app
COPY package.json package-lock.json audit-resolve.json ./
RUN npm install -g npm-audit-resolver@next && \
Expand Down

0 comments on commit 87fb2b0

Please sign in to comment.