From 1e484fa5de10dcde5743d5c5d1b8381455009d0f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 25 Oct 2020 16:37:35 +0100 Subject: [PATCH] :arrow_up: Upgrades unzip to 6.0-r8 --- happy-bubbles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/happy-bubbles/Dockerfile b/happy-bubbles/Dockerfile index 4c7ea7e..51eafaa 100755 --- a/happy-bubbles/Dockerfile +++ b/happy-bubbles/Dockerfile @@ -10,7 +10,7 @@ ARG BUILD_ARCH=amd64 # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \ - unzip=6.0-r7 \ + unzip=6.0-r8 \ wget=1.20.3-r1 \ \ && apk add --no-cache \