From 5196b2a060b822910059bd3acdcf8f7dfe4ab416 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 20 Jun 2019 20:02:29 +0200 Subject: [PATCH] :arrow_up: Upgrades coreutils to 8.31-r0 --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 630b9fc..1ac853a 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -17,7 +17,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ apk add --no-cache --virtual .build-dependencies \ bzip2-dev=1.0.6-r6 \ - coreutils=8.30-r0 \ + coreutils=8.31-r0 \ dpkg-dev=1.19.2-r0 \ dpkg=1.19.2-r0 \ expat-dev=2.2.6-r0 \