Skip to content

Commit

Permalink
Bump node.js version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Apr 30, 2024
1 parent 0f84294 commit 8979982
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 566 deletions.
2 changes: 1 addition & 1 deletion docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG ENVIRONMENT=${ENVIRONMENT:-'production'}

# UI-BUILDER
FROM node:16.14.0-alpine3.15 AS ui-builder-base
FROM node:22.0.0-alpine3.18 AS ui-builder-base

RUN mkdir -p /data
WORKDIR /data
Expand Down
Loading

0 comments on commit 8979982

Please sign in to comment.