Skip to content

Commit 55b3ff6

Browse files
author
Levi Sørum
committed
chore: upgrade to Node 22 LTS (alpine)
1 parent f46d89f commit 55b3ff6

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:20-alpine AS build
1+
FROM node:22-alpine AS build
22

33
WORKDIR /app
44

@@ -8,7 +8,7 @@ RUN npm ci
88
COPY . .
99
RUN npm run build
1010

11-
FROM node:20-alpine
11+
FROM node:22-alpine
1212

1313
WORKDIR /app
1414

0 commit comments

Comments
 (0)