diff --git a/api/Dockerfile b/api/Dockerfile index 02df91bfc1..66a534bc7b 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,5 +1,5 @@ # base image -FROM python:3.12-slim-bookworm AS base +FROM python:3.14.0-slim-bookworm AS base WORKDIR /app/api diff --git a/web/package.json b/web/package.json index 2e03f04a62..28ae25eb0a 100644 --- a/web/package.json +++ b/web/package.json @@ -105,7 +105,7 @@ "mime": "^4.1.0", "mitt": "^3.0.1", "negotiator": "^1.0.0", - "next": "~15.5.9", + "next": "15.5.9", "next-pwa": "^5.6.0", "next-themes": "^0.4.6", "nuqs": "^2.8.6",