We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644ca0a commit 408b1f2Copy full SHA for 408b1f2
Dockerfile
@@ -13,7 +13,7 @@ ENV DISCORD_TOKEN=$DISCORD_TOKEN
13
ENV SENTRY_DSN=$SENTRY_DSN
14
15
# copy node binary from official node image
16
-COPY --from=node:22.21-slim@sha256:773413f36941ce1e4baf74b4a6110c03dcc4f968daffc389d4caef3f01412d2a /usr/local/bin/node /usr/local/bin/node
+COPY --from=node:22.21-slim@sha256:7378f5a4830ef48eb36d1abf4ef398391db562b5c41a0bded83192fbcea21cc8 /usr/local/bin/node /usr/local/bin/node
17
18
# install dependencies into temp directory
19
# this will cache them and speed up future builds
0 commit comments