We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a80b7b commit 300c727Copy full SHA for 300c727
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:6b9fe786ca9759e665e03af03e82447bae2866c6010204a2901a2fa2195235c1 /usr/local/bin/node /usr/local/bin/node
+COPY --from=node:22.21-slim@sha256:773413f36941ce1e4baf74b4a6110c03dcc4f968daffc389d4caef3f01412d2a /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