Skip to content

Commit 0ae3b34

Browse files
committed
Upgrade to node 24.13.0
1 parent 6596237 commit 0ae3b34

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-slim AS base
1+
FROM node:24.13.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-slim
4+
FROM node:24.13.0-slim
55

66
COPY . /app
77
WORKDIR ${FOLDER}

0 commit comments

Comments
 (0)