Skip to content

Commit 7dffab2

Browse files
Bump library/node in the all-docker-dependencies group
Bumps the all-docker-dependencies group with 1 update: library/node. Updates `library/node` from 23.9-alpine to 23.10-alpine --- updated-dependencies: - dependency-name: library/node dependency-type: direct:production dependency-group: all-docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ecce4a5 commit 7dffab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/node:23.9-alpine AS prepare
1+
FROM docker.io/library/node:24.8-alpine AS prepare
22

33
RUN apk add chromium
44
ENV CHROME_BIN=/usr/bin/chromium-browser
@@ -22,7 +22,7 @@ ENTRYPOINT ["npm", "run", "lint"]
2222
FROM build AS build-demo
2323
RUN npm run build:components-demo -- --output-path=./dist/out
2424

25-
FROM docker.io/library/node:23.9-alpine
25+
FROM docker.io/library/node:24.8-alpine
2626
WORKDIR /usr/app
2727
COPY --from=build-demo /app/src/dist/out ./
2828

0 commit comments

Comments
 (0)