Skip to content

Commit 542442f

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): Bump debian in /tools/images/elide
Bumps debian from `9e31e8e` to `e0c4b22`. --- updated-dependencies: - dependency-name: debian dependency-version: sid-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2baa51f commit 542442f

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:9e31e8e61bd314f9fca1849d98621ba370d0a7e59056b20b1739224f5c46a2ea AS builder
1+
FROM debian:sid-slim@sha256:e0c4b2263e68e6a65ea4fff98f1143bb7f205576bdb609168089a88d0e4b381c 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:9e31e8e61bd314f9fca1849d98621ba370d0a7e59056b20b1739224f5c46a2ea AS runtime
41+
FROM debian:sid-slim@sha256:e0c4b2263e68e6a65ea4fff98f1143bb7f205576bdb609168089a88d0e4b381c AS runtime
4242

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

0 commit comments

Comments
 (0)