Bump Node to 24.19.0 (#11481)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Austin McKinley <austin@blueskyweb.xyz>
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM node:24.18.0-alpine3.23 AS build
|
||||
FROM node:24.19.0-alpine3.23 AS build
|
||||
|
||||
# Move files into the image and install
|
||||
WORKDIR /app
|
||||
@@ -14,7 +14,7 @@ RUN yarn build
|
||||
RUN yarn install --production --ignore-scripts --prefer-offline
|
||||
|
||||
# Uses assets from build stage to reduce build size
|
||||
FROM node:24.18.0-alpine3.23
|
||||
FROM node:24.19.0-alpine3.23
|
||||
|
||||
RUN apk add --update dumb-init
|
||||
|
||||
|
||||
Reference in New Issue
Block a user