You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,23 +48,20 @@ RUN curl -fsSL https://github.com/kubernetes-sigs/kubebuilder/releases/download/
51
48
### MySQL client ###
52
49
RUN install-packages mysql-client
53
50
54
-
# golangci-lint
55
-
RUN cd /usr/local && curl -fsSL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.42.0
56
-
57
51
# gokart
58
-
RUN cd /usr/bin && curl -L https://github.com/praetorian-inc/gokart/releases/download/v0.3.0/gokart_0.3.0_linux_x86_64.tar.gz | tar xzv gokart
52
+
RUN cd /usr/bin && curl -L https://github.com/praetorian-inc/gokart/releases/download/v0.4.0/gokart_0.4.0_linux_x86_64.tar.gz | tar xzv gokart
59
53
60
54
# leeway
61
55
ENV LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
62
56
RUN cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.2.17/leeway_0.2.17_Linux_x86_64.tar.gz | tar xz
63
57
64
58
# dazzle
65
-
RUN cd /usr/bin && curl -fsSL https://github.com/gitpod-io/dazzle/releases/download/v0.1.4/dazzle_0.1.4_Darwin_x86_64.tar.gz| tar xz
59
+
RUN cd /usr/bin && curl -fsSL https://github.com/gitpod-io/dazzle/releases/download/v0.1.7/dazzle_0.1.7_Darwin_x86_64.tar.gz| tar xz
66
60
67
61
# werft CLI
68
62
ENV WERFT_K8S_NAMESPACE=werft
69
63
ENV WERFT_DIAL_MODE=kubernetes
70
-
RUN cd /usr/bin && curl -fsSL https://github.com/csweichel/werft/releases/download/v0.1.4/werft-client-linux-amd64.tar.gz | tar xz && mv werft-client-linux-amd64 werft
64
+
RUN cd /usr/bin && curl -fsSL https://github.com/csweichel/werft/releases/download/v0.2.2/werft-client-linux-amd64.tar.gz | tar xz && mv werft-client-linux-amd64 werft
71
65
72
66
# yq - jq for YAML files
73
67
# Note: we rely on version 3.x.x in various places, 4.x breaks this!
@@ -79,7 +73,7 @@ RUN cd /usr/bin && curl -fsSL https://github.com/c4milo/github-release/releases/
0 commit comments