From 39cda86f1d760fddbd68aba95066d58019984e90 Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu, 14 May 2020 05:03:42 +0000
Subject: [PATCH] chore(deps): bump debian from 10.3-slim to 10.4-slim

Bumps debian from 10.3-slim to 10.4-slim.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 574051c..a0fcbbd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:10.3-slim
+FROM debian:10.4-slim
 
 # make a pipe fail on the first failure
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]