Add missing arg to dockerfile
This commit is contained in:
parent
b2d64819f6
commit
0096662685
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
FROM alpine:3.12
|
||||
|
||||
ARG TARGETARCH=amd64
|
||||
ARG YQ_DOWNLOAD_ADDR=https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_${TARGETARCH}
|
||||
|
||||
ENV UID=1337 \
|
||||
GID=1337
|
||||
|
|
Loading…
Reference in a new issue