We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853eada commit a75787bCopy full SHA for a75787b
1 file changed
ui/Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM node:22-alpine AS builder
+FROM node:24-alpine AS builder
3
4
# Use alpine-based image and install only necessary dependencies
5
RUN apk add --no-cache openssl
@@ -22,7 +22,7 @@ COPY . .
22
RUN yarn run build
23
24
# Production stage
25
-FROM node:22-alpine
+FROM node:24-alpine
26
27
LABEL maintainer="FAIR Data Innovations Hub <contact@fairdataihub.org>" \
28
description="Your coding assistant to make research software reusable without breaking a sweat!"
0 commit comments