Skip to content

Commit d58795e

Browse files
chore(deps): update node.js to v20
1 parent 1731b25 commit d58795e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine AS builder
1+
FROM node:20-alpine AS builder
22
WORKDIR /app
33

44
COPY package*.json yarn.lock* ./
@@ -10,7 +10,7 @@ COPY src src
1010

1111
RUN npm run build
1212

13-
FROM node:18-alpine
13+
FROM node:20-alpine
1414
ENV NODE_ENV=production
1515
RUN apk add --no-cache tini
1616
WORKDIR /app

0 commit comments

Comments
 (0)