Skip to content

Commit a67075c

Browse files
chore(deps): bump node in /containers/app
Bumps node from 24.8-trixie-slim to 25.8-trixie-slim. --- updated-dependencies: - dependency-name: node dependency-version: 25.8-trixie-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1239d48 commit a67075c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG OPENHANDS_BUILD_VERSION=dev
2-
FROM node:24.8-trixie-slim AS frontend-builder
2+
FROM node:25.8-trixie-slim AS frontend-builder
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)