Skip to content

Commit e851429

Browse files
Bump node from 24.0.1 to 24.0.2 in /docker in the docker group (#92)
Bumps the docker group in /docker with 1 update: node. Updates `node` from 24.0.1 to 24.0.2 --- updated-dependencies: - dependency-name: node dependency-version: 24.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b62f21 commit e851429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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:24.0.1 AS build
5+
FROM --platform=linux/amd64 node:24.0.2 AS build
66

77
WORKDIR /app
88

0 commit comments

Comments
 (0)