Skip to content

Commit f74c30a

Browse files
committed
build(docker): bump node from 25-alpine to 26-alpine
Apply Dependabot PR #149 to keep the test container image on a supported Node.js release.
1 parent d1acc46 commit f74c30a

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
# Use official Node.js image
2-
FROM node:25-alpine
2+
FROM node:26-alpine
33

44
# Set working directory
55
WORKDIR /app

0 commit comments

Comments
 (0)