Skip to content

Commit

Permalink
Merge pull request #3249 from uselagoon/autogenfastly-bdt-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon authored Aug 11, 2022
2 parents d2dc89f + b176d5a commit 4c5fe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/kubectl-build-deploy-dind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV DBAAS_OPERATOR_HTTP=dbaas.lagoon.svc:5000
RUN curl -sSL https://github.com/uselagoon/lagoon-linter/releases/download/v0.7.0/lagoon-linter_0.7.0_linux_amd64.tar.gz \
| tar -xz -C /usr/local/bin lagoon-linter

RUN curl -sSL https://github.com/uselagoon/build-deploy-tool/releases/download/v0.15.1/build-deploy-tool_0.15.1_linux_amd64.tar.gz \
RUN curl -sSL https://github.com/uselagoon/build-deploy-tool/releases/download/v0.15.2/build-deploy-tool_0.15.2_linux_amd64.tar.gz \
| tar -xz -C /usr/local/bin build-deploy-tool

RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin > /dev/null 2>&1
Expand Down

0 comments on commit 4c5fe89

Please sign in to comment.