Skip to content

Commit 7c8e8af

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump node from 25.8.2 to 25.9.0 in /docker in the docker group
Bumps the docker group in /docker with 1 update: node. Updates `node` from 25.8.2 to 25.9.0 --- updated-dependencies: - dependency-name: node dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0207f2 commit 7c8e8af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use amd64 for building .js and .css (which are platform agnostic),
33
# and then copy to platform-specific nginx image
44

5-
FROM --platform=linux/amd64 node:25.8.2 AS build
5+
FROM --platform=linux/amd64 node:25.9.0 AS build
66

77
WORKDIR /app
88

0 commit comments

Comments
 (0)