Skip to content

Commit c87f333

Browse files
Bump node from 25.2.1-alpine to 25.4.0-alpine (#7305)
Bumps node from 25.2.1-alpine to 25.4.0-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 25.4.0-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 829c823 commit c87f333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build frontend assets.
2-
FROM node:25.2.1-alpine as frontend-build
2+
FROM node:25.4.0-alpine as frontend-build
33

44
ENV NODE_ENV production
55
COPY .babelrc rollup.config.js gulpfile.js package.json .yarnrc.yml yarn.lock /tmp/frontend-build/

0 commit comments

Comments
 (0)