Skip to content

Commit c713a3f

Browse files
chore(deps): update node.js to v22.22.0 (#2313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0e06b2 commit c713a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build static files
22
# Node Bullseye has npm
3-
FROM node:22.21.1-bullseye-slim AS build
3+
FROM node:22.22.0-bullseye-slim AS build
44
ENV NODE_OPTIONS="--max-old-space-size=3072"
55

66
# Build

0 commit comments

Comments
 (0)