diff --git a/Dockerfile b/Dockerfile index 814245f..d56e394 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.15.0-bookworm AS build +FROM node:20.15.1-bookworm AS build RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \ export DEBIAN_FRONTEND=noninteractive && \