Skip to content

Commit 244ef27

Browse files
authored
Merge pull request #214 from mendersoftware/dependabot/docker/ui/node-25.2-alpine
chore: Bump node from 25.1-alpine to 25.2-alpine in /ui
2 parents 1843938 + 334e96c commit 244ef27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM node:25.1-alpine AS builder
2+
FROM node:25.2-alpine AS builder
33
WORKDIR /work
44
COPY package.json package-lock.json ./
55
RUN npm ci

0 commit comments

Comments
 (0)