Skip to content

Commit 10a25da

Browse files
committed
Bump nodejs version to 24.14.0-slim
1 parent 137295a commit 10a25da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.13.0-slim AS base
1+
FROM node:24.14.0-slim AS base
22

33
# This will be set by the GitHub action to the folder containing this component.
44
ARG FOLDER=/app

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This will be set by the GitHub action to the folder containing this component.
22
ARG FOLDER=/app
33

4-
FROM node:24.13.0-slim
4+
FROM node:24.14.0-slim
55

66
# Enable corepack
77
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0

0 commit comments

Comments
 (0)