From c534f8424ba7340147789be0d1412bc1ce5a76b6 Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@renovateapp.com>
Date: Mon, 29 Jun 2020 21:30:38 +0000
Subject: [PATCH] chore(deps): update busybox docker tag to v1.32.0

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index efc7fe77..d03d96e0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -38,7 +38,7 @@ RUN go build -a \
 FROM scratch AS final
 
 # copy 1 MiB busybox executable
-COPY --from=busybox:1.31.1 /bin/busybox /bin/busybox
+COPY --from=busybox:1.32.0 /bin/busybox /bin/busybox
 
 # copy dumb-ini from micro
 COPY --from=builder /usr/bin/dumb-init /usr/bin/dumb-init