From 6a18ea17eca8347ac3931ffe8b55c62304afb5e1 Mon Sep 17 00:00:00 2001 From: pratclot Date: Mon, 11 Nov 2024 02:19:40 +0100 Subject: [PATCH] Use quotes for kaniko to expand ARG in Dockerfile (#314) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 314a784..8b275e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG TARGET RUN apk add --no-cache curl -RUN curl -L https://github.com/redlib-org/redlib/releases/latest/download/redlib-${TARGET}.tar.gz | \ +RUN curl -L "https://github.com/redlib-org/redlib/releases/latest/download/redlib-${TARGET}.tar.gz" | \ tar xz -C /usr/local/bin/ RUN adduser --home /nonexistent --no-create-home --disabled-password redlib