diff --git a/Dockerfile b/Dockerfile index cd376e0d89..b46eb0841d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN jq '. | del(.references[] | select(.path == "packages/cli"))' tsconfig.build # ------------------ # New tmp image # ------------------ -FROM node:20.12.2-bullseye-slim AS build +FROM node:20.15.1-bullseye-slim AS build # Setup the app WORKDIR WORKDIR /app/tmp @@ -78,7 +78,7 @@ RUN true \ # ---- Web ---- # Resulting new, minimal image -FROM node:20.12.2-bullseye-slim as web +FROM node:20.15.1-bullseye-slim as web # - Bash is just to be able to log inside the image and have a decent shell