Skip to content

Commit 1639db0

Browse files
Bump the docker-updates group across 2 directories with 1 update (#1095)
Bumps the docker-updates group with 1 update in the /docker/frontend directory: node. Bumps the docker-updates group with 1 update in the /docker/standard directory: node. Updates `node` from 25.1 to 25.2 Updates `node` from 25.1 to 25.2 --- updated-dependencies: - dependency-name: node dependency-version: '25.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-updates - dependency-name: node dependency-version: '25.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6837221 commit 1639db0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:25.1 AS frontend_build
1+
FROM node:25.2 AS frontend_build
22
# ensure all packages are up-to-date
33
RUN apt update && apt upgrade -y && rm -rf /var/cache/apk/*
44

docker/standard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:25.1 AS frontend_build
1+
FROM node:25.2 AS frontend_build
22
# ensure all packages are up-to-date
33
RUN apt update && apt upgrade -y && rm -rf /var/cache/apk/*
44

0 commit comments

Comments
 (0)