Skip to content

Commit

Permalink
Use quotes for kaniko to expand ARG in Dockerfile (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
pratclot authored Nov 11, 2024
1 parent f03bdcf commit 6a18ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a18ea1

Please sign in to comment.