We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e06b2 commit c713a3fCopy full SHA for c713a3f
frontend/Dockerfile
@@ -1,6 +1,6 @@
1
# Build static files
2
# Node Bullseye has npm
3
-FROM node:22.21.1-bullseye-slim AS build
+FROM node:22.22.0-bullseye-slim AS build
4
ENV NODE_OPTIONS="--max-old-space-size=3072"
5
6
# Build
0 commit comments