Skip to content

Commit add3d66

Browse files
authored
Merge branch 'master' into master
2 parents 2ec67bd + cacf566 commit add3d66

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/curvy-brooms-pay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@asyncapi/cli": patch
3+
---
4+
5+
Update server-api image to use Node 24.

github-action/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stage 1: Build stage with Node setup
2-
FROM node:18-alpine as build
2+
FROM node:24-alpine as build
33

4-
# Copy the source code
4+
# Copy the source code
55
COPY ./ /tmp/source_code
66

77
# Install dependencies
@@ -26,7 +26,7 @@ RUN cp -r /tmp/source_code/bin /libraries
2626
# Remove everything inside /tmp
2727
RUN rm -rf /tmp/*
2828

29-
FROM node:18-alpine
29+
FROM node:24-alpine
3030

3131
# Install necessary packages
3232
RUN apk add --no-cache bash git

0 commit comments

Comments
 (0)