diff --git a/Dockerfile b/Dockerfile index 9500fd1..2835113 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # DEPENDENCIES # fabric-shim needs node ^18.0.0 -FROM node:22.21.1-bullseye AS build +FROM node:22.22.0-bullseye AS build RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \ export DEBIAN_FRONTEND=noninteractive \