Skip to content

Commit d18d062

Browse files
chore: bump node in the docker group across 1 directory
Bumps the docker group with 1 update in the / directory: node. Updates `node` from 24.13.1-alpine to 26.2.0-alpine --- updated-dependencies: - dependency-name: node dependency-version: 26.2.0-alpine dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 744ebda commit d18d062

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
## Base
2-
FROM --platform=$BUILDPLATFORM node:24.13.1-alpine AS base
2+
FROM --platform=$BUILDPLATFORM node:26.2.0-alpine AS base
33
ENV PNPM_HOME="/pnpm"
44
ENV PATH="$PNPM_HOME:$PATH"
55
RUN corepack enable

0 commit comments

Comments
 (0)