Skip to content

Commit ec22f80

Browse files
update to 24.10
1 parent 553102f commit ec22f80

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
2.8.0 (Jul 23, 2025)
55
- Updated base image to node:24.3.0-alpine3.22

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder stage
2-
FROM node:24.9.0-alpine3.22 AS builder
2+
FROM node:24.10.0-alpine3.22 AS builder
33

44
WORKDIR /usr/src/split-evaluator
55

@@ -8,7 +8,7 @@ COPY package.json package-lock.json ./
88
RUN 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

1313
WORKDIR /usr/src/split-evaluator
1414

0 commit comments

Comments
 (0)