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 788f167 commit 55d547cCopy full SHA for 55d547c
tools/images/elide/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:sid-slim@sha256:7e8e5af19ae9e22c326f52aa30a65dd635c0e45430e322fc2aa64455c9ad624c AS builder
+FROM debian:sid-slim@sha256:3e62bb802f97815491469a127cfef29a8266977b8fde5f0c09541d761b36a6a2 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:7e8e5af19ae9e22c326f52aa30a65dd635c0e45430e322fc2aa64455c9ad624c AS runtime
+FROM debian:sid-slim@sha256:3e62bb802f97815491469a127cfef29a8266977b8fde5f0c09541d761b36a6a2 AS runtime
42
43
LABEL org.opencontainers.image.vendor=Elide
44
LABEL org.opencontainers.image.title="Elide Runtime"
0 commit comments