Skip to content

Commit 2cd0161

Browse files
authored
upgrade node version (#2136)
1 parent 336fa77 commit 2cd0161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.network-observer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY . .
1313
ENV CGO_ENABLED=0
1414
RUN make GOARCH=$TARGETARCH build-network-observer
1515

16-
FROM --platform=$BUILDPLATFORM node:20.9.0 AS console-builder
16+
FROM --platform=$BUILDPLATFORM node:20.18.0 AS console-builder
1717

1818
WORKDIR /skupper-console/
1919
ADD https://github.com/skupperproject/skupper-console/archive/main.tar.gz .

0 commit comments

Comments
 (0)