From 59cd54a5355586171c124753ec9294de99b42fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 04:04:28 +0000 Subject: [PATCH] chore(deps): bump debian from 10.5-slim to 10.6-slim Bumps debian from 10.5-slim to 10.6-slim. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 32734bd..130ed74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:10.5-slim +FROM debian:10.6-slim # make a pipe fail on the first failure SHELL ["/bin/bash", "-o", "pipefail", "-c"]