Skip to content

Commit a75787b

Browse files
committed
fix: 🐛 Bump dockerfile to use node 24
1 parent 853eada commit a75787b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:22-alpine AS builder
2+
FROM node:24-alpine AS builder
33

44
# Use alpine-based image and install only necessary dependencies
55
RUN apk add --no-cache openssl
@@ -22,7 +22,7 @@ COPY . .
2222
RUN yarn run build
2323

2424
# Production stage
25-
FROM node:22-alpine
25+
FROM node:24-alpine
2626

2727
LABEL maintainer="FAIR Data Innovations Hub <contact@fairdataihub.org>" \
2828
description="Your coding assistant to make research software reusable without breaking a sweat!"

0 commit comments

Comments
 (0)