diff --git a/Dockerfile b/Dockerfile index 3792d91..7f10e8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM oven/bun:1.3.14@sha256:e10577f0db68676a7024391c6e5cb4b879ebd17188ab750cf100 WORKDIR /usr/src/app # copy node binary from official node image -COPY --from=node:22.22-slim@sha256:689c11043dad91472750cd824c97dd5e2318e9dd6f954e492fe7af0135d33ceb /usr/local/bin/node /usr/local/bin/node +COPY --from=node:22.22-slim@sha256:7af03b14a13c8cdd38e45058fd957bf00a72bbe17feac43b1c15a689c029c732 /usr/local/bin/node /usr/local/bin/node # install dependencies into temp directory # this will cache them and speed up future builds