File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 version :
1616 - ' 18.18'
1717 - ' 22.20'
18- - ' 24.9 '
18+ - ' 24.10 '
1919 steps :
2020 - name : Checkout code
2121 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1- 2.8.1 (Oct 9 , 2025)
2- - Updated base image to node:24.9 .0-alpine3.22
1+ 2.8.1 (Oct 13 , 2025)
2+ - Updated base image to node:24.10 .0-alpine3.22
33
442.8.0 (Jul 23, 2025)
55 - Updated base image to node:24.3.0-alpine3.22
Original file line number Diff line number Diff line change 11# Builder stage
2- FROM node:24.9 .0-alpine3.22 AS builder
2+ FROM node:24.10 .0-alpine3.22 AS builder
33
44WORKDIR /usr/src/split-evaluator
55
@@ -8,7 +8,7 @@ COPY package.json package-lock.json ./
88RUN npm install --only=production
99
1010# Runner stage
11- FROM node:24.9 .0-alpine3.22 AS runner
11+ FROM node:24.10 .0-alpine3.22 AS runner
1212
1313WORKDIR /usr/src/split-evaluator
1414
You can’t perform that action at this time.
0 commit comments