Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Dec 2, 2024
1 parent 887d763 commit a160cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WARNING
# This Dockerfile is intended for development purposes only. Do not use it for production deployments

FROM node:20-alpine
FROM node:22-alpine
WORKDIR /hub/

RUN mkdir -p /hub/app/ && \
Expand Down
2 changes: 1 addition & 1 deletion community/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine
WORKDIR /workspace/
RUN mkdir -p /workspace/ && \
apk add --no-cache git
Expand Down

0 comments on commit a160cb2

Please sign in to comment.