Skip to content

Commit

Permalink
Bump leeway
Browse files Browse the repository at this point in the history
  • Loading branch information
csweichel committed Jun 1, 2022
1 parent e5356b2 commit 77602c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN curl -o /usr/bin/k3s -L https://github.com/rancher/k3s/releases/download/v1.
chmod +x /usr/bin/k3s

ENV LEEWAY_WORKSPACE_ROOT=/workspace/werft
RUN curl -L https://github.com/TypeFox/leeway/releases/download/v0.1.0/leeway_0.1.0_Linux_x86_64.tar.gz | tar xz && \
RUN curl -L https://github.com/TypeFox/leeway/releases/download/v0.2.17/leeway_0.2.17_Linux_x86_64.tar.gz | tar xz && \
mv leeway /usr/bin/leeway && \
rm README.md

Expand Down

0 comments on commit 77602c2

Please sign in to comment.