Skip to content

Commit 9d03a5f

Browse files
committed
Update node version in the dockerfile
1 parent 8b82947 commit 9d03a5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14-alpine AS builder
1+
FROM node:22-alpine AS builder
22

33
WORKDIR /tmp
44

@@ -12,7 +12,7 @@ COPY src/ src/
1212
RUN npm run compile
1313

1414

15-
FROM node:14-alpine
15+
FROM node:22-alpine
1616

1717
WORKDIR /app
1818

0 commit comments

Comments
 (0)