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 2baa51f commit 542442fCopy full SHA for 542442f
tools/images/elide/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:sid-slim@sha256:9e31e8e61bd314f9fca1849d98621ba370d0a7e59056b20b1739224f5c46a2ea AS builder
+FROM debian:sid-slim@sha256:e0c4b2263e68e6a65ea4fff98f1143bb7f205576bdb609168089a88d0e4b381c AS builder
2
3
RUN apt-get update \
4
&& apt-get install -y \
@@ -38,7 +38,7 @@ RUN ELIDE_ARCH=$(uname -m) \
38
&& cd - \
39
&& rm -rf /tmp/elide-install
40
41
-FROM debian:sid-slim@sha256:9e31e8e61bd314f9fca1849d98621ba370d0a7e59056b20b1739224f5c46a2ea AS runtime
+FROM debian:sid-slim@sha256:e0c4b2263e68e6a65ea4fff98f1143bb7f205576bdb609168089a88d0e4b381c AS runtime
42
43
LABEL org.opencontainers.image.vendor=Elide
44
LABEL org.opencontainers.image.title="Elide Runtime"
0 commit comments