Skip to content
Snippets Groups Projects
Unverified Commit ed3fcc3c authored by Varac's avatar Varac
Browse files

Update yq in Dockerfile

parent ae711ef4
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ LABEL vendor1="Greenhost"
# Download yq v4 from github until it's packaged in alpine > 3.13
ADD https://github.com/mikefarah/yq/releases/download/v4.6.2/yq_linux_amd64 /usr/local/bin/yq
ADD https://github.com/mikefarah/yq/releases/download/v4.7.0/yq_linux_amd64 /usr/local/bin/yq
COPY ./test/pytest/le-staging-bundle.pem /usr/local/share/ca-certificates/le-staging-bundle.pem
COPY ./requirements.txt /requirements.txt
RUN \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment