Skip to content

Commit

Permalink
Merge pull request #102 from Imageomics/fix-ui-dependencies
Browse files Browse the repository at this point in the history
Upgrade to next.js 14.1.1
  • Loading branch information
johnbradley authored Jun 21, 2024
2 parents 0c7841b + 73c1e5c commit 15b9c57
Show file tree
Hide file tree
Showing 3 changed files with 3,095 additions and 7,968 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.16.0 as builder
FROM node:18.20.3 as builder
WORKDIR /src
COPY ./andromeda-ui/package.json ./
RUN npm install
Expand Down
Loading

0 comments on commit 15b9c57

Please sign in to comment.