Skip to content

Commit

Permalink
upgrade react app to node 22 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-vasylchenko authored Jan 3, 2025
1 parent 40016d8 commit 8340893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camunda-formio-react-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# THAT IT CANNOT BE LAWFULLY EXCLUDED OR RESTRICTED.
#

FROM node:18-alpine AS builder
FROM node:22-alpine AS builder
WORKDIR /opt/app
COPY package*.json ./
RUN npm ci -f
Expand Down

0 comments on commit 8340893

Please sign in to comment.