Skip to content

Commit 36d2192

Browse files
committedOct 9, 2021
update lando to v3.4.2
1 parent 1df9195 commit 36d2192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.gitpod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ RUN curl -o olderrunc -L https://github.com/opencontainers/runc/releases/downloa
44
RUN sudo rm /usr/bin/runc && sudo cp olderrunc /usr/bin/runc
55
RUN sudo apt-get -qq update && sudo apt-get install -y zsh && sudo chsh -s $(which zsh)
66
RUN sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --yes && echo 'eval "$(starship init zsh)"' > .zshrc
7-
RUN curl -OL https://github.com/lando/lando/releases/download/v3.1.4/lando-v3.1.4.deb && sudo dpkg -i --ignore-depends docker-ce,iptables lando-v3.1.4.deb && rm -rf lando-v3.1.4.deb
7+
RUN curl -OL https://github.com/lando/lando/releases/download/v3.4.2/lando-x64-v3.4.2.deb && sudo dpkg -i --ignore-depends docker-ce,iptables lando-x64-v3.4.2.deb && rm -rf lando-x64-v3.4.2.deb
88
RUN mkdir -p ~/.lando && echo "proxy: 'ON'\nproxyHttpPort: '8080'\nproxyHttpsPort: '4443'\nbindAddress: '0.0.0.0'\nproxyBindAddress: '0.0.0.0'" > ~/.lando/config.yml

0 commit comments

Comments
 (0)
Please sign in to comment.