1 Commits

Author SHA1 Message Date
1011b35f46 chore(deps): update nextjs monorepo to v15 2024-10-29 16:02:43 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ COPY . .
RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C
# Stage 2: Create the final lightweight image
FROM eclipse-temurin:17.0.13_11-jre-focal
FROM eclipse-temurin:17.0.12_7-jre-focal
# Set the working directory
WORKDIR /home/container

Binary file not shown.

View File

@ -11,7 +11,7 @@
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.5"
"next": "15.0.2"
},
"devDependencies": {
"typescript": "^5",
@ -21,6 +21,6 @@
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.5"
"eslint-config-next": "15.0.2"
}
}