Skip to content

Commit 6d8b4d3

Browse files
Bump node from 25.1.0-alpine to 25.2.1-alpine (#7270)
Bumps node from 25.1.0-alpine to 25.2.1-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 25.2.1-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 f6634ca commit 6d8b4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1.0-alpine as frontend-build
2+
FROM node:25.2.1-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)