From 39c371bf241ba7024cc2d21e7c275792f263a903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 18:04:57 +0000 Subject: [PATCH] Bump debian in /docker/safety-rules Bumps debian from buster-20210208 to buster-20211201. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/safety-rules/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/safety-rules/Dockerfile b/docker/safety-rules/Dockerfile index d5de73bd4b58..46a47ba6f9ab 100644 --- a/docker/safety-rules/Dockerfile +++ b/docker/safety-rules/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster-20210208@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 AS toolchain +FROM debian:buster-20211201@sha256:5b57f8c365c40fde437d53b953c436995525be7c481eb0128b1cbf3b49b0df18 AS toolchain # To use http/https proxy while building, use: # docker build --build-arg https_proxy=http://fwdproxy:8080 --build-arg http_proxy=http://fwdproxy:8080 @@ -23,7 +23,7 @@ COPY . /diem RUN ./docker/build-common.sh ### Production Image ### -FROM debian:buster-20210208@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 AS prod +FROM debian:buster-20211201@sha256:5b57f8c365c40fde437d53b953c436995525be7c481eb0128b1cbf3b49b0df18 AS prod RUN apt-get update && apt-get install -y libssl1.1 && apt-get clean && rm -r /var/lib/apt/lists/*