Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 36a820a commit 451d0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-plugin/build/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM alpine/git:2.45.2 AS git
RUN git clone https://github.com/cloudoperators/greenhouse.git /greenhouse

FROM node:20.13-alpine3.18 AS node
FROM node:22.2-alpine3.18 AS node
LABEL source_repository="https://github.com/cloudoperators/greenhouse"
WORKDIR /app
COPY ./secretProps.json /app
Expand Down

0 comments on commit 451d0da

Please sign in to comment.