From 0053ccff956788c5aecc9f90dccec31c43a2080f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 18:26:16 +0000 Subject: [PATCH] build(deps): bump debian Bumps debian from stable-20201117-slim to stable-20210511-slim. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b072e5..e469737 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-20201117-slim AS common +FROM debian:stable-20210511-slim AS common CMD ["/bin/bash"]