Skip to content

Commit 60d0d91

Browse files
chore(deps): Bump node from 20-alpine to 25-alpine in /docker (#2)
Bumps node from 20-alpine to 25-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72dfb76 commit 60d0d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/nodejs.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.4
22
# Node.js execution environment with BuildKit optimizations
3-
FROM node:20-alpine
3+
FROM node:25-alpine
44

55
# Install common build tools
66
RUN apk add --no-cache \

0 commit comments

Comments
 (0)