diff --git a/Dockerfile b/Dockerfile index 4e705c9..620c717 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.8.0-bookworm AS build +FROM node:22.9.0-bookworm AS build RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \ export DEBIAN_FRONTEND=noninteractive && \