From f7929605974954a297f22283343971866bb1c80f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:01:24 +0000 Subject: [PATCH] build(deps): bump debian in /docker/client Bumps debian from buster-20210511 to buster-20230227. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... 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 54c66cff6788..c042422f03f2 100644 --- a/docker/client/Dockerfile +++ b/docker/client/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster-20210511@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 AS toolchain +FROM debian:buster-20230227@sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923 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 IMAGE_TARGETS="test" ./docker/build-common.sh ### Pre-Production Image ### -FROM debian:buster-20210511@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 AS pre-prod +FROM debian:buster-20230227@sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923 AS pre-prod RUN apt-get update && apt-get install -y libssl1.1 ca-certificates && apt-get clean && rm -r /var/lib/apt/lists/*