We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ff71d commit 1059e2fCopy full SHA for 1059e2f
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ FROM oven/bun:1.3.14@sha256:e10577f0db68676a7024391c6e5cb4b879ebd17188ab750cf100
4
WORKDIR /usr/src/app
5
6
# copy node binary from official node image
7
-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
8
9
# install dependencies into temp directory
10
# this will cache them and speed up future builds
0 commit comments