Skip to content

Commit

Permalink
update node version in order to build the flow collector image withou…
Browse files Browse the repository at this point in the history
…t incompatibility issues (skupperproject#1257)
  • Loading branch information
nluaces authored Nov 2, 2023
1 parent 48f15cb commit 0b78808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.flow-collector
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . .

RUN make

FROM node:16.17 AS console-builder
FROM node:18.18.2 AS console-builder

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

0 comments on commit 0b78808

Please sign in to comment.