We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137295a commit 10a25daCopy full SHA for 10a25da
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24.13.0-slim AS base
+FROM node:24.14.0-slim AS base
2
3
# This will be set by the GitHub action to the folder containing this component.
4
ARG FOLDER=/app
Dockerfile.dev
@@ -1,7 +1,7 @@
-FROM node:24.13.0-slim
+FROM node:24.14.0-slim
5
6
# Enable corepack
7
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0
0 commit comments