From 1c73e870fc30631e9afc42113d9964a9e271fbdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:57:26 +0000 Subject: [PATCH] build(deps): bump debian in /docker/client Bumps debian from buster-20210408 to buster-20210511. Signed-off-by: dependabot[bot] --- docker/client/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/client/Dockerfile b/docker/client/Dockerfile index cb3956b344d3..5bf9d41200ca 100644 --- a/docker/client/Dockerfile +++ b/docker/client/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster-20210408@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f AS toolchain +FROM debian:buster-20210511@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 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 @@ -20,7 +20,7 @@ COPY . /diem RUN ./docker/build-common.sh ### Pre-Production Image ### -FROM debian:buster-20210408@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f AS pre-prod +FROM debian:buster-20210511@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 AS pre-prod RUN apt-get update && apt-get install -y libssl1.1 ca-certificates && apt-get clean && rm -r /var/lib/apt/lists/*