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.
2 parents 2ec67bd + cacf566 commit add3d66Copy full SHA for add3d66
.changeset/curvy-brooms-pay.md
@@ -0,0 +1,5 @@
1
+---
2
+"@asyncapi/cli": patch
3
4
+
5
+Update server-api image to use Node 24.
github-action/Dockerfile
@@ -1,7 +1,7 @@
# Stage 1: Build stage with Node setup
-FROM node:18-alpine as build
+FROM node:24-alpine as build
-# Copy the source code
+# Copy the source code
COPY ./ /tmp/source_code
6
7
# Install dependencies
@@ -26,7 +26,7 @@ RUN cp -r /tmp/source_code/bin /libraries
26
# Remove everything inside /tmp
27
RUN rm -rf /tmp/*
28
29
-FROM node:18-alpine
+FROM node:24-alpine
30
31
# Install necessary packages
32
RUN apk add --no-cache bash git
0 commit comments