Skip to content

Commit 55d547c

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): Bump debian in /tools/images/elide
Bumps debian from `7e8e5af` to `3e62bb8`. --- updated-dependencies: - dependency-name: debian dependency-version: sid-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Sam Gammon <[email protected]>
1 parent 788f167 commit 55d547c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/images/elide/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:sid-slim@sha256:7e8e5af19ae9e22c326f52aa30a65dd635c0e45430e322fc2aa64455c9ad624c AS builder
1+
FROM debian:sid-slim@sha256:3e62bb802f97815491469a127cfef29a8266977b8fde5f0c09541d761b36a6a2 AS builder
22

33
RUN apt-get update \
44
&& apt-get install -y \
@@ -38,7 +38,7 @@ RUN ELIDE_ARCH=$(uname -m) \
3838
&& cd - \
3939
&& rm -rf /tmp/elide-install
4040

41-
FROM debian:sid-slim@sha256:7e8e5af19ae9e22c326f52aa30a65dd635c0e45430e322fc2aa64455c9ad624c AS runtime
41+
FROM debian:sid-slim@sha256:3e62bb802f97815491469a127cfef29a8266977b8fde5f0c09541d761b36a6a2 AS runtime
4242

4343
LABEL org.opencontainers.image.vendor=Elide
4444
LABEL org.opencontainers.image.title="Elide Runtime"

0 commit comments

Comments
 (0)